1
0
mirror of https://code.semirocket.science/wrapsix synced 2025-12-15 02:05:13 +02:00

Basic filtering of IPv6 traffic

This commit is contained in:
Michal Zima
2010-02-06 11:31:29 +01:00
parent ad28a7c7f9
commit ecefe998eb
5 changed files with 100 additions and 2 deletions

View File

@@ -36,4 +36,7 @@ struct s_ethernet {
unsigned short type; /* 16 b; IP/ARP/RARP/... */
} __attribute__ ((__packed__));
extern struct s_ipv6_addr ndp_multicast_addr;
extern struct s_ipv6_addr wrapsix_ipv6_prefix;
#endif /* WRAPPER_H */