diff options
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index 220a6c4..5ef46b7 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -35,6 +35,10 @@ struct ipoe_serv { int opt_mode; uint32_t opt_src; int opt_arp; + int opt_username; +#ifdef USE_LUA + char *opt_lua_username_func; +#endif int opt_shared:1; int opt_dhcpv4:1; int opt_up:1; |