From 1a99ca998dd05c41d4068ace4ca3ef8ac4ba309c Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Tue, 1 Aug 2017 20:16:28 -0300 Subject: zebra: add support for static pseudowires Signed-off-by: Renato Westphal --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') 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 */ }; -- cgit v1.2.3