]> git.proxmox.com Git - mirror_frr.git/commit
vtysh: make RPKI node non-conditional
authorDavid Lamparter <equinox@diac24.net>
Sat, 18 Aug 2018 16:03:16 +0000 (18:03 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 19:30:42 +0000 (21:30 +0200)
commit086aec2ad407bbea696e53666c4df51c0d1533c9
tree604c54994db016930c55f79417d66f81c6a66d15
parente7c25325ccf55e0dc4b9a264fc3cf2f91e523d7d
vtysh: make RPKI node non-conditional

Whether or not RPKI is enabled during build shouldn't really influence
vtysh; the user can always manually install bgpd_rpki.so later and it
should work.  This also means that the behaviour of "RPKI module not
loaded" is consistent regardless of whether it was a compile-time or
runtime decision.

Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/subdir.am
configure.ac
vtysh/vtysh.c