mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Nest: Fixes one of previous commit
This commit is contained in:
@@ -108,7 +108,7 @@ idval:
|
||||
$$ = SYM_VAL($1).i;
|
||||
#ifndef IPV6
|
||||
else if ($1->class == (SYM_CONSTANT | T_IP))
|
||||
$$ = SYM_VAL($1).px.ip;
|
||||
$$ = ipa_to_u32(SYM_VAL($1).px.ip);
|
||||
#endif
|
||||
else
|
||||
cf_error("Number of IPv4 address constant expected");
|
||||
|
||||
Reference in New Issue
Block a user