diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-11-13 13:35:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-13 13:35:22 -0500 |
| commit | 4df759fecf7cf2b6cd45e47789e8d06437ff7ca7 (patch) | |
| tree | 1dc0a9acfc06b573b17b09c924dbc8b56e1b48db /lib/command.c | |
| parent | b8f86a7c909c119a708ac32ed93df8feb56993c8 (diff) | |
| parent | acd4a9f4102d54039357a98377db8feb7d56413f (diff) | |
Merge pull request #1436 from rtrlib/rpki
bgpd: Add RPKI/RTR support
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 9992e81ef5..83c91c4c60 100644 --- a/lib/command.c +++ b/lib/command.c @@ -117,6 +117,7 @@ const char *node_names[] = { "vty", // VTY_NODE, "link-params", // LINK_PARAMS_NODE, "bgp evpn vni", // BGP_EVPN_VNI_NODE, + "rpki", // RPKI_NODE }; /* Command vector which includes some level of command lists. Normally |
