mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-1216: Enable Mobile IPv6 support by default
This removes the ENABLE_MOBILE_IPV6 #define variable. It also marks the --enable-mobile-ipv6 configure argument as deprecated.
This commit is contained in:
parent
2e5d1d924f
commit
b14cd1ef16
14 changed files with 12 additions and 72 deletions
|
@ -100,7 +100,6 @@ int icmp_checksum(const struct icmp* icmpp, int len)
|
|||
return detail::in_cksum(reinterpret_cast<const uint8_t*>(icmpp), len);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_MOBILE_IPV6
|
||||
int mobility_header_checksum(const IP_Hdr* ip)
|
||||
{
|
||||
const ip6_mobility* mh = ip->MobilityHeader();
|
||||
|
@ -124,7 +123,6 @@ int mobility_header_checksum(const IP_Hdr* ip)
|
|||
|
||||
return sum;
|
||||
}
|
||||
#endif
|
||||
|
||||
int icmp6_checksum(const struct icmp* icmpp, const IP_Hdr* ip, int len)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue