mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
zebra: Fix unprotected zlog_debug
Fixing an unprotected zlog_debug. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
This commit is contained in:
parent
78d3e25770
commit
82a95360cf
@ -2240,7 +2240,8 @@ netlink_route_multipath (int cmd, struct prefix *p, struct rib *rib,
|
||||
addattr_l (&req.n, sizeof req, RTA_PREFSRC, &src.ipv4, bytelen);
|
||||
else if (family == AF_INET6)
|
||||
addattr_l (&req.n, sizeof req, RTA_PREFSRC, &src.ipv6, bytelen);
|
||||
zlog_debug("Setting source");
|
||||
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||
zlog_debug("Setting source");
|
||||
}
|
||||
|
||||
if (rta->rta_len > RTA_LENGTH (0))
|
||||
|
Loading…
Reference in New Issue
Block a user