diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/config.Y b/nest/config.Y index 511936ef..e6b0927b 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -153,6 +153,8 @@ net_type: | FLOW6{ $$ = NET_FLOW6; } ; +CF_ENUM(T_ENUM_NETTYPE, NET_, IP4, IP6, VPN4, VPN6, ROA4, ROA6, FLOW4, FLOW6) + /* Creation of routing tables */ |