mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:27:47 +00:00
zebra: fix typo
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
c257cce4d6
commit
7913714e89
@ -1350,7 +1350,7 @@ int netlink_link_change(struct nlmsghdr *h, ns_id_t ns_id, int startup)
|
|||||||
} else {
|
} else {
|
||||||
if (IS_ZEBRA_DEBUG_KERNEL)
|
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"Intf %s(%u) has gone DOW",
|
"Intf %s(%u) has gone DOWN",
|
||||||
name, ifp->ifindex);
|
name, ifp->ifindex);
|
||||||
if_down(ifp);
|
if_down(ifp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user