busybox/networking
Eric Andersen 8a93179c14 Patch from Lars Kellogg-Stedman:
Erik, et al.

    The attached patch makes the following changes to networking/ifupdown.c:

    (1) It swaps all calls to 'ip link set' and 'ip addr set'.  This solves
    two problems:

      (a) Calling 'ip link set <dev> up' before assigning an address
      generates an error message, and

      (b) Under User Mode Linux, running in with ethernet interfaces
      in daemon mode, the MAC address for an interface is selected
      based on the IP address assigned to that interface.  If the
      interface is brought up before being assigned an IP address,
      it gets a null MAC.

    (2) It further cleans up run_mapping().

    This patch is against ifupdown.c revision 1.25.

    -- Lars
2003-07-03 10:20:29 +00:00
..
libiproute Patch from Lars Kellogg-Stedman: 2003-06-20 09:05:00 +00:00
udhcp Make gcc not whine about "deprecated use of label at end of compound statement" 2003-06-20 09:20:28 +00:00
arping.c Major coreutils update. 2003-03-19 09:13:01 +00:00
Config.in Vodz, last_patch_86 2003-05-26 14:07:50 +00:00
ftpgetput.c use an explicit cast on some types that change size when 2003-06-20 09:22:12 +00:00
hostname.c Major coreutils update. 2003-03-19 09:13:01 +00:00
httpd.c Geir Thomassen wrote, regarding networking/httpd.c line 1358 2003-06-26 09:05:32 +00:00
ifconfig.c Fix a silly bug I introduced yesterday 2003-06-21 09:05:49 +00:00
ifupdown.c Patch from Lars Kellogg-Stedman: 2003-07-03 10:20:29 +00:00
inetd.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ip.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ipaddr.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
ipcalc.c Major coreutils update. 2003-03-19 09:13:01 +00:00
iplink.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iproute.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iptunnel.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in New applet, inetd, make httpd features more configurable, update authors, last_patch_80 2003-02-09 06:51:14 +00:00
nameif.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nc.c Major coreutils update. 2003-03-19 09:13:01 +00:00
netstat.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nslookup.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ping6.c Patch from Russell Coker: 2003-05-22 07:10:22 +00:00
ping.c Major coreutils update. 2003-03-19 09:13:01 +00:00
route.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnet.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnetd.c Patch from Steven Scholz to fix telnetd compile problem 2003-04-25 12:32:37 +00:00
tftp.c Major coreutils update. 2003-03-19 09:13:01 +00:00
traceroute.c Major coreutils update. 2003-03-19 09:13:01 +00:00
vconfig.c Major coreutils update. 2003-03-19 09:13:01 +00:00
wget.c Major coreutils update. 2003-03-19 09:13:01 +00:00