Hi Robert, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Mike-Manning/vrf-allow-simultaneous-service-instances-in-default-and-other-VRFs/20180923-162308 config: i386-randconfig-x0-09231642 (attached as .config) compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): In file included from include/net/tcp.h:36:0, from net/ipv6/af_inet6.c:51: include/net/inet_hashtables.h: In function 'inet_sk_bound_dev_eq': >> include/net/inet_hashtables.h:196:28: error: 'struct netns_ipv4' has no member named 'sysctl_tcp_l3mdev_accept' return !sdif || net->ipv4.sysctl_tcp_l3mdev_accept; ^ vim +196 include/net/inet_hashtables.h 191 192 static inline bool inet_sk_bound_dev_eq(struct net *net, int bound_dev_if, 193 int dif, int sdif) 194 { 195 if (!bound_dev_if) > 196 return !sdif || net->ipv4.sysctl_tcp_l3mdev_accept; 197 return bound_dev_if == dif || bound_dev_if == sdif; 198 } 199 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation