Fix parsing of IPv6 headers in ip_packet_t

This commit is contained in:
Tobias Brunner
2012-09-28 15:15:07 +02:00
parent 9fa335cb1b
commit 43e0cb6519
+1
View File
@@ -161,6 +161,7 @@ ip_packet_t *ip_packet_create(chunk_t packet)
dst = host_create_from_chunk(AF_INET6,
chunk_from_thing(ip->ip6_dst), 0);
next_header = ip->ip6_nxt;
break;
}
#endif /* HAVE_NETINET_IP6_H */
default: