busybox/networking
Eric Andersen b6e58d2b9a Michael Smith writes:
I noticed a problem with ifconfig in busybox 0.60.5. The matching code
seems to exist in busybox CVS as well, so I'll paste in the patch that
fixed it.

I was running:
 # ifconfig wan0 1.2.3.4 pointopoint 1.2.3.5 netmask 255.255.255.255

I was seeing the inet addr and P-t-P addr both being set to 1.2.3.5
(the pointopoint address).

wan0      Link encap:Point-Point Protocol
          inet addr:1.2.3.5  P-t-P:1.2.3.5  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          ...

The patch below seems to fix it.
2003-11-14 03:04:08 +00:00
..
libiproute "This function was not updating the argc and argv pointers to reflect 2003-08-29 10:58:46 +00:00
udhcp Ulrich Marx writes: 2003-11-14 03:00:04 +00:00
arping.c Patch by Fillod Stephane, declare variables as static to not clobber 2003-09-26 00:33:18 +00:00
Config.in Andreas Mohr writes: 2003-10-22 09:58:56 +00:00
ftpgetput.c Fix rdate and ftpget/ftpput so they compile with the new xconnect. 2003-11-03 21:20:18 +00:00
hostname.c
httpd.c Vodz last_patch_105 without his xargs patch which doenst apply cleanly 2003-10-06 13:23:06 +00:00
ifconfig.c Michael Smith writes: 2003-11-14 03:04:08 +00:00
ifupdown.c As vodz just pointed out, I screwup up the call to bb_xasprintf! 2003-09-12 08:39:05 +00:00
inetd.c Fixup bugs in last patch 2003-07-28 09:31:28 +00:00
ip.c
ipaddr.c
ipcalc.c Busybox CVS version ipcalc have problems: 2003-09-12 00:44:50 +00:00
iplink.c
iproute.c
iptunnel.c
Makefile
Makefile.in
nameif.c
nc.c
netstat.c
nslookup.c
ping6.c
ping.c
route.c
telnet.c Rework wget, the xconnect interface, and its various clients 2003-10-31 09:31:46 +00:00
telnetd.c Fix compile error, Vodz, last_path_113 2003-09-12 11:27:15 +00:00
tftp.c Christian Meyer provided this patch to fix more bugs with the tftp client 2003-07-30 07:16:39 +00:00
traceroute.c
vconfig.c
wget.c Rework wget, the xconnect interface, and its various clients 2003-10-31 09:31:46 +00:00