hush/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
..
2003-11-14 03:00:04 +00:00
2003-10-22 09:58:56 +00:00
2003-11-14 03:04:08 +00:00
2003-07-28 09:31:28 +00:00
2003-03-19 09:13:01 +00:00
2003-07-28 07:40:39 +00:00
2003-07-05 08:00:17 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2003-05-22 07:10:22 +00:00
2003-07-22 08:56:55 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00