diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-03 16:50:58 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-03 16:50:58 +0200 |
commit | aec1641e5235da956277b6c3bfa45379af759f78 (patch) | |
tree | fc11aee7032470962ebb2d7c87c4f7080168313d /lib/command.h | |
parent | Merge pull request #2005 from qlyoung/remove-masc-node (diff) | |
download | frr-aec1641e5235da956277b6c3bfa45379af759f78.tar.xz frr-aec1641e5235da956277b6c3bfa45379af759f78.zip |
lib: remove IRDP_NODE
Unused
Signed-off-by: Quentin Young <qlyoung@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 26c1ac73b..b1e51ba68 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 */ - IRDP_NODE, /* ICMP Router Discovery Protocol mode. */ IP_NODE, /* Static ip route node. */ ACCESS_NODE, /* Access list node. */ PREFIX_NODE, /* Prefix list node. */ |