]> git.ipfire.org Git - thirdparty/libvirt.git/commit
update input ip processing
authorGene Czarcinski <gene@czarc.net>
Sun, 21 Apr 2013 14:34:40 +0000 (10:34 -0400)
committerLaine Stump <laine@laine.org>
Mon, 22 Apr 2013 18:10:53 +0000 (14:10 -0400)
commit1e5306c77a5c1a0ccacc5f6aa66d2de9cb78ddf3
tree0a3ce646e90569fc7393b0ece3b773566991bec6
parentbd7c7c1b3c664933272d0a367d47ead49e4611ad
update input ip processing

1. Handle invalid ULong prefix specified.
When parsing for @prefix as a ULong, a -2 can be returned
if the specification is not a valid ULong.

2.  Error out if address= is not specified.

3.  Merge netmask process/tests under family tests.

4. Max sure that prefix does not exceed maximum.
.
Signed-off-by: Gene Czarcinski <gene@czarc.net>
src/conf/network_conf.c