Re: [PATCH net] vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled

2019-09-27 Thread David Miller
From: David Ahern Date: Wed, 25 Sep 2019 07:53:19 -0700 > From: David Ahern > > 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_FAM

[PATCH net] vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled

2019-09-25 Thread David Ahern
From: David Ahern 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.