commit | 2e4cfae2a8e3f9ce3925c9b6e9e865fe8476fc4f | [log] [tgz] |
---|---|---|
author | Joe Stringer <joestringer@nicira.com> | Thu Aug 27 15:25:45 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 27 16:35:51 2015 -0700 |
tree | 42b08c5d840488d9d54b9033d027cf332369f495 | |
parent | c4d3e22438d405b84c00710aad177184d789353f [diff] |
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>