Add L2TP bridging offloading support
This commit is contained in:
parent
a957ff08ee
commit
38bfd3f738
2 changed files with 148 additions and 39 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -1039,6 +1039,7 @@ void rebuild_address_pool(void);
|
|||
void throttle_session(sessionidt s, int rate_in, int rate_out);
|
||||
int load_tunnel(tunnelidt, tunnelt *);
|
||||
int load_session(sessionidt, sessiont *);
|
||||
int create_kernel_bridge(sessionidt s, sessionidt fwds);
|
||||
void become_master(void); // We're the master; kick off any required master initializations.
|
||||
void crash(void); // We messed up. Die.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue