hush/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 *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
ip_parse_common_args.c libiproute: fix option parsing, so that "ip -o link" works again. 2008-05-31 07:34:14 +00:00
ipaddress.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
iplink.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
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 - use EXIT_{SUCCESS,FAILURE}. No object-code changes 2008-05-19 09:29:47 +00:00
Kbuild ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
libnetlink.c - first pass to unify/cleanup uid handling (-236b) 2008-07-21 14:41:33 +00:00
libnetlink.h libiproute: print_route() always uses stdout, do not pass FILE pointer to it. 2008-06-29 06:22:40 +00:00
ll_addr.c - very minor shrinkage 2008-05-16 16:55:17 +00:00
ll_map.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
ll_map.h - make the first arg of the filter function passed to rtnl_dump_filter constant 2008-06-12 15:54:49 +00:00
ll_proto.c modprobe-small: make insmod command line compatible 2008-09-06 14:14:01 +00:00
ll_types.c - add appropriate string for arp header #32 for use by ip(8) 2008-05-16 16:21:00 +00:00
rt_names.c fix several problems with config parser: 2008-07-26 23:08:31 +00:00
rt_names.h - add WIP stub for tc. 2008-09-04 13:22:58 +00:00
rtm_map.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
rtm_map.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
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