From f828842a69edee4f43e7ef2a298fdb9f7fe48df4 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 13 Feb 2019 19:56:40 +0000 Subject: vrrpd: add support for configuration writing Signed-off-by: Quentin Young --- lib/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index b7a323e358..73bb9580cd 100644 --- a/lib/command.c +++ b/lib/command.c @@ -149,6 +149,7 @@ const char *node_names[] = { "bfd", /* BFD_NODE */ "bfd peer", /* BFD_PEER_NODE */ "openfabric", // OPENFABRIC_NODE + "vrrp", // VRRP_NODE }; /* clang-format on */ -- cgit v1.2.3