mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
Merge pull request #8720 from idryzhov/fix-vrf-newline
lib: fix missing newline
This commit is contained in:
commit
9f6b060f63
@ -675,7 +675,7 @@ int vrf_handler_create(struct vty *vty, const char *vrfname,
|
||||
if (strlen(vrfname) > VRF_NAMSIZ) {
|
||||
if (vty)
|
||||
vty_out(vty,
|
||||
"%% VRF name %s invalid: length exceeds %d bytes",
|
||||
"%% VRF name %s invalid: length exceeds %d bytes\n",
|
||||
vrfname, VRF_NAMSIZ);
|
||||
else
|
||||
flog_warn(
|
||||
|
Loading…
Reference in New Issue
Block a user