net-tools icon indicating copy to clipboard operation
net-tools copied to clipboard

Linux base networking tools

Results 17 net-tools issues
Sort by recently updated
recently updated
newest added

``` >./netstat -g46 Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 burning-barricade:32900 ec2-3-68-18-70.eu:https ESTABLISHED tcp 0 0 burning-barricade:60010 ec2-3-67-131-16.e:https ESTABLISHED tcp 25...

Debian: https://salsa.debian.org/debian/net-tools/-/tree/debian/sid/debian/patches ( git clone https://salsa.debian.org/debian/net-tools.git net-tools-debian ) @NightTsarina @utkarsh2102 @carnil * Add_missing_headers.patch * ~~Bug_549397-fix-decoding-of-MII-vendor-ids.pach~~ * ~~Bug_900962-man-de-typos.patch~~ * ~~man-fr_FR-route.8.patch~~ * ~~translations.patch~~ SuSE: https://build.opensuse.org/package/show/openSUSE%3AFactory/net-tools @lnussel @dirkmueller @stanislav-brabec * ~~0001-Add-ether-wake-binary.patch~~ (we recommend...

In the following special scenarios, the ip command denies the following second route addition, but route does not。 Example: $ip -6 route add 2409:8080:5a0a:60c7::7/128 via 2409:8080:5a0a:60c7::7 dev eth2 $ip -6...

Keep action same with ip command Before the patch: $ip -6 route add 2409:8080:5a0a:60c7::7/128 via 2409:8080:5a0a:60c7::7 dev eth2 $ip -6 route add 2409:8080:5a0a:60c7::8/128 via 2409:8080:5a0a:60c7::7 dev eth2 RTNETLINK answers: No...

I am using SLIP with `slattach` to communicate with an FPGA. It would be nice if `slattach` would allow to directly set also the higher speeds. (4 Mbps even works...

From the man page, it says that: `Recv-Q`: Established: The count of bytes not copied by the user program connected to this socket. **_Listening: Since Kernel 2.6.18 this column contains...

Compare the kernel output: ``` root@aarch64-1:~# cat /sys/module/igb/drivers/pci\:igb/0002\:01\:00.0/resource 0x0000001030000000 0x00000010300fffff 0x0000000000040200 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000001030200000 0x0000001030203fff 0x0000000000040200 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000001030100000 0x00000010301fffff 0x0000000000046200 0x0000000000000000...

Interface name size checking to provide more readable error.

Gentoo (and other musl distributions) are carrying a patch to fix headers in order to build with musl libc, eg. https://gitweb.gentoo.org/proj/musl.git/tree/sys-apps/net-tools/files/net-tools-fix-headers-r1.patch .