busybox/networking/libiproute
Bernhard Reutner-Fischer 8fbd8ac8dd - fix ip route rejecting dotted quads as prefix
- adjust error message for wrong prefix not to mention address
  Previously e.g. ip route add 127.0.0.0/255.0.0.0 dev dummy0
  was rejected, saying
ip: an inet address is expected rather than "127.0.0.0/255.0.0.0"
 
function                                             old     new   delta
get_prefix_1                                         201     309    +108
get_prefix                                            55      73     +18
get_addr                                              55      73     +18
get_addr32                                            48      58     +10
get_addr_1                                           249     204     -45
.rodata                                           114569  114524     -45
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/2 up/down: 154/-90)            Total: 64 bytes
2008-10-21 12:42:45 +00:00
..
ip_common.h
ip_parse_common_args.c
ipaddress.c
iplink.c
iproute.c - route metric support (Natanael Copa) 2008-10-07 17:00:58 +00:00
iprule.c - update my name. No obj-code changes ;) 2008-09-25 12:13:34 +00:00
iptunnel.c
Kbuild
libnetlink.c
libnetlink.h
ll_addr.c
ll_map.c
ll_map.h
ll_proto.c modprobe-small: make insmod command line compatible 2008-09-06 14:14:01 +00:00
ll_types.c
rt_names.c
rt_names.h - add WIP stub for tc. 2008-09-04 13:22:58 +00:00
rtm_map.c
rtm_map.h
utils.c - fix ip route rejecting dotted quads as prefix 2008-10-21 12:42:45 +00:00
utils.h - fix ip route rejecting dotted quads as prefix 2008-10-21 12:42:45 +00:00