diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-13 19:56:40 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 |
| commit | f828842a69edee4f43e7ef2a298fdb9f7fe48df4 (patch) | |
| tree | e78713c4bb44d97abbdaf7f2d88b1c4c0db2b965 /lib/command.c | |
| parent | fc278f75f73da4f0f24653977d7e1470d7bed77e (diff) | |
vrrpd: add support for configuration writing
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
