Add DHCPv6 functionality.
This commit is contained in:
parent
786a8c4546
commit
b3f40f41f7
36 changed files with 2430 additions and 546 deletions
2
arp.c
2
arp.c
|
|
@ -5,7 +5,9 @@
|
|||
#include <net/ethernet.h>
|
||||
#include <net/if_arp.h>
|
||||
#include <linux/if_packet.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
||||
#include "dhcp6.h"
|
||||
#include "l2tpns.h"
|
||||
|
||||
/* Most of this code is based on keepalived:vrrp_arp.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue