1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Revive FIB and kernel MPLS code

This commit is contained in:
Ondrej Zajicek (work)
2017-12-12 00:05:49 +01:00
parent fa5c09a2e7
commit 66acbc8d7f
4 changed files with 30 additions and 12 deletions

View File

@@ -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)