mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
bgpd: fix rpki module build without ssh support
Signed-off-by: Marcel Röthke <marcel.roethke@haw-hamburg.de>
This commit is contained in:
parent
0e43d16b4c
commit
fef6fafa90
@ -1253,6 +1253,7 @@ DEFUN (show_rpki_cache_server,
|
|||||||
cache->tr_config.tcp_config->host,
|
cache->tr_config.tcp_config->host,
|
||||||
cache->tr_config.tcp_config->port);
|
cache->tr_config.tcp_config->port);
|
||||||
|
|
||||||
|
#if defined(FOUND_SSH)
|
||||||
} else if (cache->type == SSH) {
|
} else if (cache->type == SSH) {
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
"host: %s port: %d username: %s "
|
"host: %s port: %d username: %s "
|
||||||
@ -1264,6 +1265,7 @@ DEFUN (show_rpki_cache_server,
|
|||||||
->server_hostkey_path,
|
->server_hostkey_path,
|
||||||
cache->tr_config.ssh_config
|
cache->tr_config.ssh_config
|
||||||
->client_privkey_path);
|
->client_privkey_path);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user