1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-10 17:45:34 +02:00

passt: Add IPv6 and NDP support, further fixes for IPv4 CT

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2020-07-21 10:48:24 +02:00
parent 6709ade2bd
commit d02e059ddc
10 changed files with 640 additions and 79 deletions

1
util.h
View file

@ -1,2 +1,3 @@
uint16_t csum_fold(uint32_t sum);
uint16_t csum_ip4(void *buf, size_t len);
unsigned char *ipv6_l4hdr(struct ipv6hdr *ip6h, uint8_t *proto);