Add DHCPv6 support with acceleration
This commit is contained in:
parent
a9e18411d3
commit
5dcbd68b75
5 changed files with 164 additions and 5 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -1086,6 +1086,7 @@ struct event_data {
|
|||
FD_TYPE_PPPOX,
|
||||
FD_TYPE_PPP_CHAN,
|
||||
FD_TYPE_PPP_IF,
|
||||
FD_TYPE_DHCPV6,
|
||||
} type;
|
||||
int index; // for RADIUS, BGP, UDP
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue