X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/0834bba08ed4f1e507320306dc682d7e62371af5..35f10d93f4f2bbd5791dc0996a36f0ba8386576d:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 8143736..0d07ae3 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -761,10 +761,12 @@ typedef struct int echo_timeout; // Time between last packet sent and LCP ECHO generation int idle_echo_timeout; // Time between last packet seen and // Drop sessions who have not responded within IDLE_ECHO_TIMEOUT seconds + in_addr_t iftun_address; #ifdef LAC int disable_lac_func; int highest_rlnsid; uint16_t bind_portremotelns; + in_addr_t bind_address_remotelns; #endif } configt;