From aec1641e5235da956277b6c3bfa45379af759f78 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 3 Apr 2018 10:50:58 -0400 Subject: [PATCH] lib: remove IRDP_NODE Unused Signed-off-by: Quentin Young --- lib/command.c | 1 - lib/command.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/command.c b/lib/command.c index 3bbea63060..f244d67e86 100644 --- a/lib/command.c +++ b/lib/command.c @@ -96,7 +96,6 @@ const char *node_names[] = { "ldp l2vpn", // LDP_L2VPN_NODE, "ldp", // LDP_PSEUDOWIRE_NODE, "isis", // ISIS_NODE, - "irdp", // IRDP_NODE, "static ip", // IP_NODE, "ipv4 access list", // ACCESS_NODE, "ipv4 prefix list", // PREFIX_NODE, diff --git a/lib/command.h b/lib/command.h index 26c1ac73b9..b1e51ba681 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. */ -- 2.39.5