diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-12 00:05:49 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-12 00:05:49 +0100 |
commit | 66acbc8d7f80ce3c197549922b60fca093129047 (patch) | |
tree | d4cd38f5b8c2b1fcc4fd31020b43871a453345dc /nest/config.Y | |
parent | fa5c09a2e708ed505ca140531b98e695fdaf989c (diff) |
Revive FIB and kernel MPLS code
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/config.Y b/nest/config.Y index 432dd9c7..5c4f2393 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -140,6 +140,7 @@ net_type: | ROA6 { $$ = NET_ROA6; } | FLOW4{ $$ = NET_FLOW4; } | FLOW6{ $$ = NET_FLOW6; } + | MPLS { $$ = NET_MPLS; } ; CF_ENUM(T_ENUM_NETTYPE, NET_, IP4, IP6, VPN4, VPN6, ROA4, ROA6, FLOW4, FLOW6) |