- 05 Mar, 2010 1 commit
-
-
Bernd Eckenfels authored
-
- 01 Jan, 2010 2 commits
-
-
Mike Frysinger authored
patch from Dave Johnson <djohnson@sw.starentnetworks.com> via Debian #433543 When running 'ifconfig' it will not show any IPv6 addresses for interfaces that have an ifindex > 255. Because the kernel will increment the ifindex every time an interface is added or removed, it is not necessary to have 256 interfaces at once, just creating 256 interfaces since system boot and they will no longer show IPv6 addresses. This is due to an improper fscanf() maximum range argument. Patch to fix the problem is below. Example: st34:~# ip addr list dev eth1.110 268: eth1.110@eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc noqueue link/ether 00:e0:81:2a:0d:2d brd ff:ff:ff:ff:ff:ff inet6 fd4d:5643:2886:6e::ea:0/64 scope global valid_lft forever preferred_lft forever inet6 fe80::2e0:81ff:fe2a:d2d/64 scope link valid_lft forever preferred_lft forever st34:~# ifconfig eth1.110 eth1.110 Link encap:Ethernet HWaddr 00:E0:81:2A:0D:2D UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:676 (676.0 b) st34:~# grep eth1.110 /proc/net/if_inet6 fd4d56432886006e0000000000ea0000 10c 40 00 80 eth1.110 fe8000000000000002e081fffe2a0d2d 10c 40 20 80 eth1.110 st34:~#
-
Mike Frysinger authored
-
- 31 Dec, 2009 7 commits
-
-
Mike Frysinger authored
improve dist target: include compiled gettext files, exclude scm files, and always prefix the paths in the tarball with the full versioned name
-
Mike Frysinger authored
-
Mike Frysinger authored
-
Mike Frysinger authored
-
Mike Frysinger authored
-
Mike Frysinger authored
interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways
-
Mike Frysinger authored
-
- 06 Sep, 2009 14 commits
-
-
Mike Frysinger authored
-
Mike Frysinger authored
The rewrite of if_readlist() on 28 Jun 2003 broke the function when the proc interface isn't readable. Have if_readlist() return an error only if both if_readxxx funcs failed. This fixes Gentoo 238363.
-
Mike Frysinger authored
-
Mike Frysinger authored
enable -fno-strict-aliasing until the code base gets a hefty clean up to fix all of the strict aliasing problems
-
Mike Frysinger authored
The local include trees no longer need -idirafter semantics, so use the normal -I flags to avoid random cruft on users' systems. This fixes Gentoo #283759 where user had local headers named the same as the net-tools local headers, but the toolchain defaulted to the system paths due to -idirafter.
-
Mike Frysinger authored
-
Mike Frysinger authored
touch up build system to respect normal toolchain env vars rather than requiring people to set random custom ones
-
Mike Frysinger authored
-
Mike Frysinger authored
-
Mike Frysinger authored
-
Mike Frysinger authored
The recent patch to add udplite support introduced a typo in the udp name. This fixes Gentoo #282794 and Debian #545328. Originally reported by Ambroz Bizjak <ambro@b4ever.net>.
-
Mike Frysinger authored
-
Bernd Eckenfels authored
Patch from Petr Pisar [Berlios Bug#16232].
-
Mike Frysinger authored
-
- 27 Aug, 2009 2 commits
-
-
Bernd Eckenfels authored
[ Feature Request #4466 ] --continuous should flush stdout
-
Bernd Eckenfels authored
-
- 28 Jul, 2009 1 commit
-
-
Bernd Eckenfels authored
fast. Problem reported by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
-
- 08 Jul, 2009 1 commit
-
-
Bernd Eckenfels authored
Fabian Hugelshofer <hugelshofer2006@gmx.ch>
-
- 02 Dec, 2008 3 commits
-
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
- 01 Dec, 2008 1 commit
-
-
Bernd Eckenfels authored
-
- 16 Nov, 2008 1 commit
-
-
Luk Claes authored
-
- 03 Oct, 2008 6 commits
-
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
- 02 Oct, 2008 1 commit
-
-
Bernd Eckenfels authored
(Debian Bug #222209 Pierre Lombard, Tollef Fog Heen)
-