diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-09-24 16:11:43 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-09-24 16:11:43 -0400 | 
| commit | d722e99075305d57f29aff26736071418363767d (patch) | |
| tree | b3f2e27cf24dd64f652ca8327741c07386aa612d /lib | |
| parent | e54261e20d4e1370a41da77c4cb70ef9b339f3d2 (diff) | |
lib: Removed unused RFP_DEFAULTS_NODE
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/command.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index 4323a81cec..f369a35243 100644 --- a/lib/command.h +++ b/lib/command.h @@ -117,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 */  | 
