summaryrefslogtreecommitdiffstats
path: root/filter/config.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-24 13:09:58 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-24 13:09:58 +0100
commit8f013d9ca443d4ff39af7560039f108efa9ef474 (patch)
tree08691f3b360fd8bf49bbb55570e47534da1d3c05 /filter/config.Y
parent48f9e0195488db0a515e4e5140d402fe4fe7d927 (diff)
downloadbird-8f013d9ca443d4ff39af7560039f108efa9ef474.tar
bird-8f013d9ca443d4ff39af7560039f108efa9ef474.zip
Sorry, previous commit did not even compile.
Diffstat (limited to 'filter/config.Y')
-rw-r--r--filter/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/config.Y b/filter/config.Y
index aaea74f..726e13a 100644
--- a/filter/config.Y
+++ b/filter/config.Y
@@ -184,7 +184,7 @@ pair:
* Complex types, their bison value is struct f_val
*/
prefix_s:
- IPA '/' NUM { $$.type = T_PREFIX; $$.val.px.ip = $1; $$.val.px.len = $3; printf( "ook, we have prefix here\n" ); }
+ IPA '/' NUM { $$.type = T_PREFIX; $$.val.px.ip = $1; $$.val.px.len = $3; cf_error( "%I/%d is not really prefix\n", $$.val.px.ip, $$.val.px.len ); }
;
prefix: