summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-08-01 20:16:28 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-08-01 21:12:13 -0300
commit1a99ca998dd05c41d4068ace4ca3ef8ac4ba309c (patch)
tree5e9e78836c9c6db2f74ac8eb99e17cfeffb15829 /lib/command.h
parentdc4ccdd901047789f1a7075860d4874de1c12549 (diff)
zebra: add support for static pseudowires
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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 223f028144..313d73f7c8 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -130,6 +130,7 @@ enum node_type
FORWARDING_NODE, /* IP forwarding node. */
PROTOCOL_NODE, /* protocol filtering node */
MPLS_NODE, /* MPLS config node */
+ PW_NODE, /* Pseudowire config node */
VTY_NODE, /* Vty node. */
LINK_PARAMS_NODE, /* Link-parameters node */
};