summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2018-02-27 10:20:53 -0300
committerGitHub <noreply@github.com>2018-02-27 10:20:53 -0300
commit7bcf94689d94e897eecbac4ebf504380f391f75d (patch)
tree14bba4e1a2eb53ddcbff272b0f4211c7b43d3833 /lib/command.h
parentf9159fbc1057dfe4ca73635637c1a080d5b3d499 (diff)
parentb7b816df6bd8b110aedb0f047fa8e3105ce86d1d (diff)
Merge pull request #1711 from pguibert6WIND/issue_385_step5
Netns Support / VRF/NS/ogical router rework, along with BGP & OSPF support for multiple VRF with NETNS backend
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index e1edc1ef32..269318989f 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -85,7 +85,7 @@ enum node_type {
AAA_NODE, /* AAA node. */
KEYCHAIN_NODE, /* Key-chain node. */
KEYCHAIN_KEY_NODE, /* Key-chain key node. */
- NS_NODE, /* Logical-Router node. */
+ LOGICALROUTER_NODE, /* Logical-Router node. */
VRF_NODE, /* VRF mode node. */
INTERFACE_NODE, /* Interface mode node. */
ZEBRA_NODE, /* zebra connection node. */