diff -NurpP --minimal linux-4.9.76-vs2.3.9.5.1/include/linux/vs_inet6.h linux-4.9.76-vs2.3.9.5.2/include/linux/vs_inet6.h --- linux-4.9.76-vs2.3.9.5.1/include/linux/vs_inet6.h 2018-01-10 02:50:49.000000000 +0000 +++ linux-4.9.76-vs2.3.9.5.2/include/linux/vs_inet6.h 2018-01-16 10:02:29.000000000 +0000 @@ -247,6 +247,13 @@ int nx_info_has_v6(struct nx_info *nxi) return 0; } +static inline +int v6_addr_in_nx_info(struct nx_info *nxi, + const struct in6_addr *addr, uint16_t mask) +{ + return 0; +} + #endif /* CONFIG_IPV6 */ #define current_nx_info_has_v6() \