]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: Define v6ops in !CONFIG_NETFILTER case.
authorJoe Stringer <joestringer@nicira.com>
Thu, 27 Aug 2015 22:25:45 +0000 (15:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 23:35:51 +0000 (16:35 -0700)
commit05743a87a6e42f27c3b92aa71a594c869463f736
tree42b08c5d840488d9d54b9033d027cf332369f495
parentb1d3762a50ff4baeb45daf66ec3b83b6f18c1004
netfilter: Define v6ops in !CONFIG_NETFILTER case.

When CONFIG_OPENVSWITCH is set, and CONFIG_NETFILTER is not set, the
openvswitch IPv6 fragmentation handling cannot refer to ipv6_ops because
it isn't defined. Add a dummy version to avoid #ifdefs in source files.

Fixes: 14a5d06 "openvswitch: Add conntrack action"
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv6.h