summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2017-05-07 19:48:33 -0400
committerGitHub <noreply@github.com>2017-05-07 19:48:33 -0400
commitba2d7123d57d0e5fe4fc0246dd44acc0d99822a9 (patch)
treedb5484ece9714cdc056f232381c3ed852eeb648c /lib/command.h
parent69bc62ba90d14f8716abf32a5ed931fc7ffaac4b (diff)
parent6c85c081932ed403be8e472829b34bb9ecddec42 (diff)
Merge pull request #409 from donaldsharp/EIGRP
Eigrp
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index a8256c0312..8f6abc85ba 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -91,6 +91,7 @@ enum node_type
TABLE_NODE, /* rtm_table selection node. */
RIP_NODE, /* RIP protocol mode node. */
RIPNG_NODE, /* RIPng protocol mode node. */
+ EIGRP_NODE, /* EIGRP protocol mode node. */
BGP_NODE, /* BGP protocol mode which includes BGP4+ */
BGP_VPNV4_NODE, /* BGP MPLS-VPN PE exchange. */
BGP_VPNV6_NODE, /* BGP MPLS-VPN PE exchange. */
@@ -358,6 +359,7 @@ struct cmd_element
#define REDIST_STR "Redistribute information from another routing protocol\n"
#define CLEAR_STR "Reset functions\n"
#define RIP_STR "RIP information\n"
+#define EIGRP_STR "EIGRP information\n"
#define BGP_STR "BGP information\n"
#define BGP_SOFT_STR "Soft reconfig inbound and outbound updates\n"
#define BGP_SOFT_IN_STR "Send route-refresh unless using 'soft-reconfiguration inbound'\n"