mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 11:48:50 +00:00
zebra: On interface startup note that we are in startup
The boolean to notice that we are in startup situations was not being properly set in one spot. Fix. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
a3e036f36a
commit
0cf0069d31
@ -1099,7 +1099,7 @@ int interface_lookup_netlink(struct zebra_ns *zns)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
ret = netlink_parse_info(netlink_interface, netlink_cmd, &dp_info, 0,
|
ret = netlink_parse_info(netlink_interface, netlink_cmd, &dp_info, 0,
|
||||||
0);
|
1);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user