]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Fix dependency on IPv6 defrag.
authorJoe Stringer <joestringer@nicira.com>
Fri, 11 Sep 2015 22:01:16 +0000 (15:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Sep 2015 22:39:04 +0000 (15:39 -0700)
commit0f182d2ae02f7c1449628ea25db3e8ebc7882f1c
treec76ac8d4750650a0c5e9c07f1a953269d8e4036d
parentb115381b2e15689ecac8c12aefe1e6f0714d6fb1
openvswitch: Fix dependency on IPv6 defrag.

When NF_CONNTRACK is built-in, NF_DEFRAG_IPV6 is a module, and
OPENVSWITCH is built-in, the following build error would occur:

net/built-in.o: In function `ovs_ct_execute':
(.text+0x10f587): undefined reference to `nf_ct_frag6_gather'

Fixes: 14a5d06d39dd ("openvswitch: Add conntrack action")
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/Kconfig