summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-07-14 18:22:26 -0400
committerGitHub <noreply@github.com>2020-07-14 18:22:26 -0400
commit939627b0d2ebdc7ead01322bfa63a39973abe225 (patch)
treefa4f619efa6662896337e132d87ae8675f33af73 /lib/command.c
parent35d78b8b8686e4aba447b94cd9707094641718ea (diff)
parent1d4cfa5de1ab31b1a74e57d17af80f324a20d1bb (diff)
Merge pull request #6740 from FRRouting/revert-5015-rpki_vrf_encapsulation
Revert "Rpki Encapsulation"
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c3
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;