Navigation


Changeset 516:1c2f5ee38039 in freeDiameter for extensions/app_radgw/rgw_conf.l


Ignore:
Timestamp:
Aug 27, 2010, 10:59:51 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Allow RADIUS Proxies with the app_radgw extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_conf.l

    r403 r516  
    122122
    123123        /* Client section */
    124 (?i:"cli")              { BEGIN(IN_CLI1); return CLI_PREFIX;            }
     124(?i:"nas"|"cli")        { BEGIN(IN_CLI1); yylval->integer=RGW_CLI_NAS; return NAS_OR_PXY;               }
     125(?i:"pxy")              { BEGIN(IN_CLI1); yylval->integer=RGW_CLI_PXY; return NAS_OR_PXY;               }
    125126
    126127        /* Match an IP (4 or 6) and optional port */
Note: See TracChangeset for help on using the changeset viewer.