mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 22:09:48 +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,
|
||||
"ssh sockets are not supported. "
|
||||
"Please recompile rtrlib and frr with ssh support. "
|
||||
"If you want to use it");
|
||||
"If you want to use it\n");
|
||||
#endif
|
||||
} else { // use tcp connection
|
||||
return_value = add_tcp_cache(cache, tcpport, preference);
|
||||
|
Loading…
Reference in New Issue
Block a user