From: Martin Mares Date: Tue, 16 May 2000 15:08:43 +0000 (+0000) Subject: Fixed incorrect error message about router ID syntax. X-Git-Tag: v1.2.0~889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79671a72ccd392debcce1cdc05e46747eaf37e2;p=thirdparty%2Fbird.git Fixed incorrect error message about router ID syntax. --- diff --git a/nest/config.Y b/nest/config.Y index 59046ee20..e2668f552 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -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 } ;