summaryrefslogtreecommitdiff
path: root/conf/confbase.Y
diff options
context:
space:
mode:
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 06698833..9b4f54e9 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -178,7 +178,7 @@ pxlen4:
}
| ':' IP4 {
$$ = ip4_masklen($2);
- if ($$ == 255) cf_error("Invalid netmask %I", $2); /* XXXX */
+ if ($$ == 255) cf_error("Invalid netmask %I4", $2);
}
;