Fixed incorrect error message about router ID syntax.

This commit is contained in:
Martin Mares 2000-05-16 15:08:43 +00:00
parent 5b846de6a6
commit e79671a72c

View file

@ -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
}
;