Fix: last_packet no updated in cluster mode
This commit is contained in:
parent
5111b3ae58
commit
699dd8b571
4 changed files with 20 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ typedef uint16_t confrlnsidt;
|
|||
|
||||
// l2tplac.c
|
||||
void lac_initremotelnsdata();
|
||||
int lac_session_forward(uint8_t *buf, int len, sessionidt sess, uint16_t proto);
|
||||
int lac_session_forward(uint8_t *buf, int len, sessionidt sess, uint16_t proto, in_addr_t s_addr, int sin_port);
|
||||
int lac_conf_forwardtoremotelns(sessionidt s, char * puser);
|
||||
void lac_calc_rlns_auth(tunnelidt t, uint8_t id, uint8_t *out);
|
||||
int lac_addremotelns(char *mask, char *IP_RemoteLNS, char *Port_RemoteLNS, char *SecretRemoteLNS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue