Add of the ppp_keepalive option.
This commit is contained in:
parent
9c77145f71
commit
07e1df5b92
8 changed files with 96 additions and 52 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -687,6 +687,7 @@ typedef struct
|
|||
int ppp_restart_time; // timeout for PPP restart
|
||||
int ppp_max_configure; // max lcp configure requests to send
|
||||
int ppp_max_failure; // max lcp configure naks to send
|
||||
int ppp_keepalive; // send echoes regardless
|
||||
|
||||
char radiussecret[64];
|
||||
int radius_accounting;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue