diff options
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index 59046ee..e2668f5 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 } ; |