hush/networking
Natanael Copa cfcb1dac83 ifupdown: support metric for static default gw
This is useful when you have multiple ISPs with failover. It allows
setting the priority of the static gateway and makes it possible
to specify multiple static gateways.

The ubuntu ifupdown supports it.

function                                             old     new   delta
.rodata                                           116725  116797     +72
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 72/0)               Total: 72 bytes
   text    data     bss     dec     hex filename
 953343    7313    8984  969640   ecba8 busybox_old
 953415    7313    8984  969712   ecbf0 busybox_unstripped

Signed-off-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-02-19 17:25:55 +01:00
..
libiproute iplink: tweak includes to work on android 2011-06-12 17:15:16 +02:00
udhcp udhcp: finish support of classless static routes (now the correct patch!) 2011-12-16 17:10:09 +01:00
arp.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
arping.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
brctl.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
Config.src httpd: fix MD5-encrypted-in-httpd.conf password logic 2012-02-01 02:42:54 +01:00
dnsd.c typo fixes 2011-07-08 05:47:49 +02:00
ether-wake.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ftpd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ftpgetput.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
hostname.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
httpd_indexcgi.c httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used 2011-12-19 12:30:34 +01:00
httpd_post_upload.txt httpd_post_upload.txt example: handle binary files too 2009-11-13 09:37:50 +01:00
httpd_ssi.c whitespace fixes 2011-02-03 00:05:48 +01:00
httpd.c httpd: make byte ranges which start at 0 work too. Closes 4766 2012-02-19 17:18:45 +01:00
ifconfig.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ifenslave.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ifplugd.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ifupdown.c ifupdown: support metric for static default gw 2012-02-19 17:25:55 +01:00
inetd.c start_stop_daemon: set complementary group ids too. Closes 3253 2011-09-15 18:27:05 +02:00
interface.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ip.c iproute: fix help text 2011-12-06 18:59:55 +01:00
ipcalc.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
isrv_identd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
isrv.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
isrv.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
Kbuild.src ping: add -t TTL option 2010-11-28 23:01:18 +01:00
nameif.c Replaced __u32 etc. with standard uint32_t style types 2011-06-10 05:34:05 +02:00
nbd-client.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
nc_bloaty.c nc: small code shrink 2011-10-19 22:31:01 +02:00
nc.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
netstat.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
nslookup.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ntpd_simple.c whitespace cleanup 2010-10-29 11:46:52 +02:00
ntpd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ping.c ping: display real IPv6 response address. Hopefully closes 3745. 2011-09-11 20:27:28 +02:00
pscan.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
route.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
slattach.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
tc.c Replaced __u32 etc. with standard uint32_t style types 2011-06-10 05:34:05 +02:00
tcpudp_perhost.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp_perhost.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp.c tcpudp: simplify help text 2011-07-25 16:35:44 +02:00
telnet.c more tweak for bionic 2011-07-08 08:49:40 +02:00
telnetd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
telnetd.ctrlSQ.patch *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tftp.c tftp: mode string is case independent 2011-10-06 17:19:09 +02:00
traceroute.c networking: consolidate the IP checksum code. -129 bytes. 2011-09-07 17:55:40 +02:00
tunctl.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
vconfig.c vconfig: fix help text; small code shrink. Closes 4658 2012-01-16 04:00:37 +01:00
wget.c wget: fix use-after-free on redirect 2011-12-18 05:11:56 +01:00
whois.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
zcip.c add INIT_G()'s. No code changes. 2011-09-21 01:59:15 +02:00