parse error when specifying more than 8 ip's on command line
Sean Leach
kickdaddy at gmail.com
Fri Feb 25 18:38:17 UTC 2005
If I try and specify more than 8 IP's to bind to on the command line,
I get a parse error. Example:
./nsd -a 127.0.0.1 -a 127.0.0.2 -a 127.0.0.3 -a 127.0.0.4 -a 127.0.0.5
-a 127.0.0.6 -a 127.0.0.7 -a 127.0.0.8
works fine
./nsd -a 127.0.0.1 -a 127.0.0.2 -a 127.0.0.3 -a 127.0.0.4 -a 127.0.0.5
-a 127.0.0.6 -a 127.0.0.7 -a 127.0.0.8 -a 127.0.0.9
nsd: error: cannot parse address '127.0.0.1'
so you can see the parse problem. Any thoughts? Please CC me on the response.
Thanks!
More information about the nsd-users
mailing list