mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:59:21 +00:00
zebra: Cleanup some typos
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
dc7cd304bd
commit
b06427987d
@ -416,7 +416,7 @@ void connected_down(struct interface *ifp, struct connected *ifc)
|
||||
if (IS_ZEBRA_DEBUG_MPLS) {
|
||||
char buf[PREFIX_STRLEN];
|
||||
|
||||
zlog_debug("%u: IF %s IP %s address add/up, scheduling MPLS processing",
|
||||
zlog_debug("%u: IF %s IP %s address down, scheduling MPLS processing",
|
||||
ifp->vrf_id, ifp->name,
|
||||
prefix2str(&p, buf, sizeof(buf)));
|
||||
}
|
||||
@ -448,7 +448,7 @@ static void connected_delete_helper(struct connected *ifc, struct prefix *p)
|
||||
if (IS_ZEBRA_DEBUG_MPLS) {
|
||||
char buf[PREFIX_STRLEN];
|
||||
|
||||
zlog_debug("%u: IF %s IP %s address add/up, scheduling MPLS processing",
|
||||
zlog_debug("%u: IF %s IP %s address delete, scheduling MPLS processing",
|
||||
ifp->vrf_id, ifp->name,
|
||||
prefix2str(p, buf, sizeof(buf)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user