From a740054db50b8532680bd1673a5d4519af889c0f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 25 Oct 2023 18:25:46 +0200 Subject: Nest: Minor fixes in MPLS --- nest/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/config.Y b/nest/config.Y index 6bd08481..6832a57a 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -209,7 +209,7 @@ net_type: | MPLS { $$ = NET_MPLS; } ; -CF_ENUM(T_ENUM_NETTYPE, NET_, IP4, IP6, VPN4, VPN6, ROA4, ROA6, FLOW4, FLOW6, IP6_SADR) +CF_ENUM(T_ENUM_NETTYPE, NET_, IP4, IP6, VPN4, VPN6, ROA4, ROA6, FLOW4, FLOW6, IP6_SADR, MPLS) /* Creation of routing tables */ -- cgit v1.2.3