diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 03:07:15 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 03:21:42 -0500 |
| commit | 57dac17c57a1b84c4389da11cee32b31b6957dd2 (patch) | |
| tree | e228f5157151ff208f934a4b4647973dc5a160b2 /lib/command.h | |
| parent | 08951735bd9cf05a0abdd1a1c2eb17fca2043618 (diff) | |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
| -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 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. */ |
