diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index c2d647eb..55615528 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -177,10 +177,6 @@ pxlen4: if ($2 > IP4_MAX_PREFIX_LENGTH) cf_error("Invalid prefix length %u", $2); $$ = $2; } - | ':' IP4 { - $$ = ip4_masklen($2); - if ($$ == 255) cf_error("Invalid netmask %I4", $2); - } ; net_ip4_: IP4 pxlen4 |