diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-26 00:00:18 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-26 00:00:18 +0100 |
commit | a5f33d2c0c546baf480c19400a3567559d647051 (patch) | |
tree | 2206f97132f57ddda6188e572521b4a1d48ff73e /nest | |
parent | 8bbabc4aa063e7db67210d28c845a7db64a3fa1c (diff) | |
parent | a740054db50b8532680bd1673a5d4519af889c0f (diff) |
Merge commit 'a740054d' into wireguard-next-tmp7-1
Diffstat (limited to 'nest')
-rw-r--r-- | nest/config.Y | 2 |
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 */ |