mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Fixed incorrect error message about router ID syntax.
This commit is contained in:
parent
5b846de6a6
commit
e79671a72c
@ -54,7 +54,7 @@ idval:
|
||||
#ifndef IPV6
|
||||
$$ = ipa_to_u32($1);
|
||||
#else
|
||||
cf_error("Router IDs must be entered as hexadecimal numbers in IPv6 version");
|
||||
cf_error("Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6 version");
|
||||
#endif
|
||||
}
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user