diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-07-14 11:52:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 11:52:47 -0400 |
| commit | 1f30402b929bd2716221d090702a8e26208df27e (patch) | |
| tree | 945d8830742fdfcc3a83b3c8980c48671f44c9ba /lib/command.c | |
| parent | b86e8befc77b8fd95412fad6dfa9ed9d9e3d4858 (diff) | |
| parent | 76ddd87e88089e40b0de868c456e2dd086839911 (diff) | |
Merge pull request #5015 from pguibert6WIND/rpki_vrf_encapsulation
Rpki Encapsulation
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 80b75d9b23..fc43cce189 100644 --- a/lib/command.c +++ b/lib/command.c @@ -841,6 +841,9 @@ 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; |
