On Wed, Apr 10, 2019 at 12:03 PM David Ahern <dsah...@kernel.org> wrote: > > From: David Ahern <dsah...@gmail.com> > > Govindarajulu reported a regression with Network Manager which sends an > RTA_GATEWAY attribute with the address set to 0. Fixup the handling of > RTA_GATEWAY to only set fc_gw_family if the gateway address is actually > set. > > Fixes: f35b794b3b405 ("ipv4: Prepare fib_config for IPv6 gateway") > Reported-by: Govindarajulu Varadarajan <govind.vara...@gmail.com> > Signed-off-by: David Ahern <dsah...@gmail.com>
Tested-by: Govindarajulu Varadarajan <govind.vara...@gmail.com> This fixes the issue I was facing. Thanks David.