Fixed incorrect error message about router ID syntax.
This commit is contained in:
parent
5b846de6a6
commit
e79671a72c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ idval:
|
||||||
#ifndef IPV6
|
#ifndef IPV6
|
||||||
$$ = ipa_to_u32($1);
|
$$ = ipa_to_u32($1);
|
||||||
#else
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue