mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
zebra: Make bad address family log message more clear
The message for an invalid address family on a nexthop gateway did not specify that is what for the gateway specifically. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
51d8088448
commit
c4239c05c0
@ -2126,7 +2126,7 @@ static struct nexthop netlink_nexthop_process_nh(struct rtattr **tb,
|
||||
default:
|
||||
flog_warn(
|
||||
EC_ZEBRA_BAD_NHG_MESSAGE,
|
||||
"Nexthop with bad address family (%d) received from kernel",
|
||||
"Nexthop gateway with bad address family (%d) received from kernel",
|
||||
family);
|
||||
// TODO: Different return value?
|
||||
return nh;
|
||||
|
Loading…
Reference in New Issue
Block a user