mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Sorry, previous commit did not even compile.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user