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)
commit2e4cfae2a8e3f9ce3925c9b6e9e865fe8476fc4f
tree42b08c5d840488d9d54b9033d027cf332369f495
parentc4d3e22438d405b84c00710aad177184d789353f
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: 7f8a436 "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