iproute2/lib
Andreas Henriksson 2ca4abdcb8 ip: abbreviation of network-prefix is no longer possible with ip route
Commit 516ffb6b77 says:

Stephen Hemminger [Thu, 22 May 2008 20:41:40 +0000 (13:41 -0700)]
> Use the standard POSIX inet_pton to convert from string to IPV4
> address. This avoids problems where ip parses "127.2" wrong.

Apparently inet_pton doesn't support abbreviated/shortened/classful
ipv4 addresses at all, but inet_aton does.
Since the function only deals with AF_INET anyway maybe using
inet_aton "to increse backwards compatability" (please those
who still want to use the format) could be considered?
(This will still not restore the 10/8 format which apparently used
to work in iproute, so people would have to settle for 10.0/8)

(See http://bugs.debian.org/497011)
2008-09-15 13:56:46 -07:00
..
Makefile (Logical change 1.3) 2004-04-15 20:56:59 +00:00
dnet_ntop.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
dnet_pton.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
inet_proto.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
ipx_ntop.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipx_pton.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
libnetlink.c fix problem caused by rtnl_send checks 2008-01-31 21:38:58 -08:00
ll_addr.c iproute2: Format IPv6 tunnels endpoints nicely. 2007-06-19 16:29:05 -07:00
ll_map.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
ll_proto.c add support for matching AOE and CAN ether types 2008-02-07 19:24:31 -08:00
ll_types.c ip: add support for displaying link types 802 and 803 2007-06-19 16:10:37 -07:00
rt_names.c Display local route table name correctly in output of: 2006-11-27 14:12:31 -08:00
utils.c ip: abbreviation of network-prefix is no longer possible with ip route 2008-09-15 13:56:46 -07:00