mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:28:31 +00:00
bgpd: add missing newline to a warning message in the rpki module
Signed-off-by: Marcel Röthke <marcel.roethke@haw-hamburg.de>
This commit is contained in:
parent
b0a973b94a
commit
0e43d16b4c
@ -1112,7 +1112,7 @@ DEFPY (rpki_cache,
|
|||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
"ssh sockets are not supported. "
|
"ssh sockets are not supported. "
|
||||||
"Please recompile rtrlib and frr with ssh support. "
|
"Please recompile rtrlib and frr with ssh support. "
|
||||||
"If you want to use it");
|
"If you want to use it\n");
|
||||||
#endif
|
#endif
|
||||||
} else { // use tcp connection
|
} else { // use tcp connection
|
||||||
return_value = add_tcp_cache(cache, tcpport, preference);
|
return_value = add_tcp_cache(cache, tcpport, preference);
|
||||||
|
Loading…
Reference in New Issue
Block a user