diff --git a/lib/packets.h b/lib/packets.h index 9b98b29cd75..dcfcd04b22e 100644 --- a/lib/packets.h +++ b/lib/packets.h @@ -920,6 +920,7 @@ static inline bool ipv6_addr_equals(const struct in6_addr *a, #endif } +/* Checks the IPv6 address in 'mask' for all zeroes. */ static inline bool ipv6_mask_is_any(const struct in6_addr *mask) { return ipv6_addr_equals(mask, &in6addr_any); } diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml index 77974172f7a..1cf6b6e4117 100644 --- a/ovn/northd/ovn-northd.8.xml +++ b/ovn/northd/ovn-northd.8.xml @@ -488,7 +488,8 @@ nd_na {

This table adds the DHCPv4 options to a DHCPv4 packet from the - logical ports configured with IPv4 address(es) and DHCPv4 options. + logical ports configured with IPv4 address(es) and DHCPv4 options, + and similarly for DHCPv6 options.