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:
Marcel Röthke 2019-05-07 16:59:28 +02:00
parent b0a973b94a
commit 0e43d16b4c

View File

@ -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);