diff options
Diffstat (limited to 'accel-pppd/ctrl/pppoe/pppoe.h')
-rw-r--r-- | accel-pppd/ctrl/pppoe/pppoe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.h b/accel-pppd/ctrl/pppoe/pppoe.h index 0acc5613..d044e4cf 100644 --- a/accel-pppd/ctrl/pppoe/pppoe.h +++ b/accel-pppd/ctrl/pppoe/pppoe.h @@ -73,6 +73,10 @@ struct pppoe_serv_t char *ifname; int ifindex; + int parent_ifindex; + int vid; + struct triton_timer_t timer; + uint8_t secret[SECRET_LENGTH]; DES_key_schedule des_ks; |