diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-09-24 21:22:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 21:22:11 -0500 |
| commit | 57946f9fbfa783947775903d95c8c26c33ae7b59 (patch) | |
| tree | b3f2e27cf24dd64f652ca8327741c07386aa612d /lib/command.h | |
| parent | c0ccf381d49c8c0425cd6b47ec6b367043e4b65d (diff) | |
| parent | d722e99075305d57f29aff26736071418363767d (diff) | |
Merge pull request #16911 from donaldsharp/command_node_is_fun
Command node is fun
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command.h b/lib/command.h index 61d09973fd..f369a35243 100644 --- a/lib/command.h +++ b/lib/command.h @@ -100,7 +100,6 @@ enum node_type { INTERFACE_NODE, /* Interface mode node. */ NH_GROUP_NODE, /* Nexthop-Group mode node. */ ZEBRA_NODE, /* zebra connection node. */ - TABLE_NODE, /* rtm_table selection node. */ RIP_NODE, /* RIP protocol mode node. */ RIPNG_NODE, /* RIPng protocol mode node. */ BABEL_NODE, /* BABEL protocol mode node. */ @@ -118,7 +117,6 @@ enum node_type { BGP_VNC_DEFAULTS_NODE, /* BGP VNC nve defaults */ BGP_VNC_NVE_GROUP_NODE, /* BGP VNC nve group */ BGP_VNC_L2_GROUP_NODE, /* BGP VNC L2 group */ - RFP_DEFAULTS_NODE, /* RFP defaults node */ BGP_EVPN_NODE, /* BGP EVPN node. */ BGP_SRV6_NODE, /* BGP SRv6 node. */ OSPF_NODE, /* OSPF protocol mode */ |
