]> git.puffer.fish 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@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commitf4c06ff6b7f263da19f649e2e2732313e4e06ce5
treee83c89fb13204201cf01dd6fed5fe9fb1039dab6
parent9cc65c1d3379671f8c92cbc07d66ee0ab89a4823
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