summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-10-25 18:25:46 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-10-25 18:25:46 +0200
commita740054db50b8532680bd1673a5d4519af889c0f (patch)
tree6784d460322c0f5b9b015da6d58ebaad5f7eedcc /nest
parent06301a991d80597a2a0a9e449d0cdf4bc1eda6d1 (diff)
Nest: Minor fixes in MPLS
Diffstat (limited to 'nest')
-rw-r--r--nest/config.Y2
1 files changed, 1 insertions, 1 deletions
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 */