From 2dd0d726247489dbcc8d99671360915d7332f7c4 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 5184b53a9f..d0c9f0eaf9 100644 --- a/lib/command.h +++ b/lib/command.h @@ -132,6 +132,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 */ BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */ -- cgit v1.2.3