diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-07-14 15:37:14 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-07-14 15:38:20 -0400 |
| commit | 1d4cfa5de1ab31b1a74e57d17af80f324a20d1bb (patch) | |
| tree | fa4f619efa6662896337e132d87ae8675f33af73 /lib/command.c | |
| parent | 35d78b8b8686e4aba447b94cd9707094641718ea (diff) | |
Revert "Rpki Encapsulation"revert-5015-rpki_vrf_encapsulation
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/command.c b/lib/command.c index fc43cce189..80b75d9b23 100644 --- a/lib/command.c +++ b/lib/command.c @@ -841,9 +841,6 @@ enum node_type node_parent(enum node_type node) case BFD_PROFILE_NODE: ret = BFD_NODE; break; - case RPKI_VRF_NODE: - ret = VRF_NODE; - break; default: ret = CONFIG_NODE; break; |
