]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: On interface startup note that we are in startup
authorDonald Sharp <sharpd@nvidia.com>
Mon, 4 Oct 2021 20:00:27 +0000 (16:00 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 4 Oct 2021 20:00:27 +0000 (16:00 -0400)
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>
zebra/if_netlink.c

index 28a64407e53e1eb9b74ae6ec0c4b0f52c9458d70..ce0779e91c60437107439fe90e5f162976ecb557 100644 (file)
@@ -1099,7 +1099,7 @@ int interface_lookup_netlink(struct zebra_ns *zns)
        if (ret < 0)
                return ret;
        ret = netlink_parse_info(netlink_interface, netlink_cmd, &dp_info, 0,
-                                0);
+                                1);
        if (ret < 0)
                return ret;