]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixed incorrect error message about router ID syntax.
authorMartin Mares <mj@ucw.cz>
Tue, 16 May 2000 15:08:43 +0000 (15:08 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 16 May 2000 15:08:43 +0000 (15:08 +0000)
nest/config.Y

index 59046ee2050e6f7c626582ac7c10f3eb78bb7d8f..e2668f55215ccccf149e734d0640fafa0c32bbaf 100644 (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
    }
  ;