tree: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git master head: a5caca77cb46fb6e7055a5884c11c192a3bc3ae7 commit: a5caca77cb46fb6e7055a5884c11c192a3bc3ae7 [5/5] ipv6: improve ipv6_find_hdr() to skip empty routing headers config: make ARCH=x86_64 allyesconfig
All error/warnings: net/ipv6/exthdrs_core.c: In function 'ipv6_find_hdr': net/ipv6/exthdrs_core.c:188:27: error: 'OVS_IP6T_FH_F_SKIP_RH' undeclared (first use in this function) net/ipv6/exthdrs_core.c:188:27: note: each undeclared identifier is reported only once for each function it appears in vim +188 +/OVS_IP6T_FH_F_SKIP_RH net/ipv6/exthdrs_core.c a5caca77 Ansis Atteka 2012-11-09 182 a5caca77 Ansis Atteka 2012-11-09 183 rh = skb_header_pointer(skb, start, sizeof(_rh), a5caca77 Ansis Atteka 2012-11-09 184 &_rh); a5caca77 Ansis Atteka 2012-11-09 185 if (rh == NULL) a5caca77 Ansis Atteka 2012-11-09 186 return -EBADMSG; a5caca77 Ansis Atteka 2012-11-09 187 a5caca77 Ansis Atteka 2012-11-09 @188 if (flags && (*flags & OVS_IP6T_FH_F_SKIP_RH) && a5caca77 Ansis Atteka 2012-11-09 189 rh->segments_left == 0) a5caca77 Ansis Atteka 2012-11-09 190 found = false; a5caca77 Ansis Atteka 2012-11-09 191 } --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev