From 57dac17c57a1b84c4389da11cee32b31b6957dd2 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 30 Jan 2018 03:07:15 -0500 Subject: lib, pimd: Remove PIM_NODE as it is not needed The PIM_NODE command is only being used to display default vrf configuration. Move this into the vrf display and remove PIM_NODE. Signed-off-by: Donald Sharp --- lib/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index fa8323bf2d..760d40f505 100644 --- a/lib/command.h +++ b/lib/command.h @@ -119,7 +119,6 @@ enum node_type { LDP_L2VPN_NODE, /* LDP L2VPN node */ LDP_PSEUDOWIRE_NODE, /* LDP Pseudowire node */ ISIS_NODE, /* ISIS protocol mode */ - PIM_NODE, /* PIM protocol mode */ MASC_NODE, /* MASC for multicast. */ IRDP_NODE, /* ICMP Router Discovery Protocol mode. */ IP_NODE, /* Static ip route node. */ -- cgit v1.2.3