https://github.com/rntmancuso/linux-xlnx-prof
Revision dac91170f8e9c73784af5fad6225e954b795601c authored by David Ahern on 25 September 2019, 14:53:19 UTC, committed by David S. Miller on 27 September 2019, 18:07:05 UTC
A user reported that vrf create fails when IPv6 is disabled at boot using
'ipv6.disable=1':
   https://bugzilla.kernel.org/show_bug.cgi?id=204903

The failure is adding fib rules at create time. Add RTNL_FAMILY_IP6MR to
the check in vrf_fib_rule if ipv6_mod_enabled is disabled.

Fixes: e4a38c0c4b27 ("ipv6: add vrf table handling code for ipv6 mcast")
Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Patrick Ruddy <pruddy@vyatta.att-mail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3c30819
History
Tip revision: dac91170f8e9c73784af5fad6225e954b795601c authored by David Ahern on 25 September 2019, 14:53:19 UTC
vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled
Tip revision: dac9117
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 15.0 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.7 KB
.mailmap -rw-r--r-- 13.1 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 97.1 KB
Kbuild -rw-r--r-- 1.5 KB
Kconfig -rw-r--r-- 595 bytes
MAINTAINERS -rw-r--r-- 515.0 KB
Makefile -rw-r--r-- 59.8 KB
README -rw-r--r-- 727 bytes

README

back to top