summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorSri Mohana Singamsetty <srimohans@gmail.com>2019-05-17 11:39:27 -0700
committerGitHub <noreply@github.com>2019-05-17 11:39:27 -0700
commit7cfaf4b3394de78bc1a48b22d84f118a80f88b98 (patch)
tree87ddfdf3ed07c95ca01c470b49dfaa46b26ea2ce /lib/command.h
parent02f4c3ab5b33f5f17b592ef7787797a0e43d0785 (diff)
parent53ca01e52c487954f68ab7a76f163cf465fb9209 (diff)
Merge pull request #4168 from qlyoung/vrrp
VRRP
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index a5f9616dbf..d96ec97e67 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -147,6 +147,7 @@ enum node_type {
BFD_NODE, /* BFD protocol mode. */
BFD_PEER_NODE, /* BFD peer configuration mode. */
OPENFABRIC_NODE, /* OpenFabric router configuration node */
+ VRRP_NODE, /* VRRP node */
NODE_TYPE_MAX, /* maximum */
};