mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 23:29:38 +00:00
bgpd: Remove newlines from zlog, they are not allowed
commit: a486300b26
introduced newlines in zlog_XX messaging. Not allowed.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
2ade1c0059
commit
1af6e82b81
@ -957,7 +957,7 @@ static void bgp_clear_vty_error(struct vty *vty, struct peer *peer, afi_t afi,
|
|||||||
get_afi_safi_str(afi, safi, false), peer->host);
|
get_afi_safi_str(afi, safi, false), peer->host);
|
||||||
else
|
else
|
||||||
zlog_warn(
|
zlog_warn(
|
||||||
"%% BGP: Enable %s address family for the neighbor %s\n",
|
"%% BGP: Enable %s address family for the neighbor %s",
|
||||||
get_afi_safi_str(afi, safi, false), peer->host);
|
get_afi_safi_str(afi, safi, false), peer->host);
|
||||||
break;
|
break;
|
||||||
case BGP_ERR_SOFT_RECONFIG_UNCONFIGURED:
|
case BGP_ERR_SOFT_RECONFIG_UNCONFIGURED:
|
||||||
@ -967,7 +967,7 @@ static void bgp_clear_vty_error(struct vty *vty, struct peer *peer, afi_t afi,
|
|||||||
peer->host);
|
peer->host);
|
||||||
else
|
else
|
||||||
zlog_warn(
|
zlog_warn(
|
||||||
"%% BGP: Inbound soft reconfig for %s not possible as it\n has neither refresh capability, nor inbound soft reconfig\n",
|
"%% BGP: Inbound soft reconfig for %s not possible as it has neither refresh capability, nor inbound soft reconfig",
|
||||||
peer->host);
|
peer->host);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user