]> git.proxmox.com Git - mirror_iproute2.git/commit
Compatiable network abbreviation support
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 14 Oct 2008 22:02:16 +0000 (15:02 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 14 Oct 2008 22:02:16 +0000 (15:02 -0700)
commit94afda752956ddc6ff1accf931bc3d03c070bb18
tree2dbe5ae5c476171c500425ff02307578c8e38358
parent750a405a5a6f6cdae7d14609b49051e59738177e
Compatiable network abbreviation support

Handle 10/8 as 10.0.0.0/8 and check for bogus values like 256/8.
This is a comprimise between original iproute2 parsing and standard BSD
parsing of abbreviated IPV4 addresses.
lib/utils.c