freebsd-src/usr.bin/netstat
Allan Jude 9206c79961
Some checks are pending
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, arm64, aarch64) (push) Waiting to run
usr.bin/netstat: -n should not print symbolic names
In numeric mode, the default route is printed as "default" rather
than 0.0.0.0/0 or ::/0

From the man page:
"-n: Show network addresses and ports as numbers.
Normally netstat attempts to resolve addresses and ports, and display
them symbolically.  If the -n option is specified, the address is
printed numerically, according to the address family.
For more information regarding the Internet IPv4 ``dot format'', refer
to inet(3).  Unspecified, or `wildcard'', addresses and ports appear
as `*''."

Reported By:	rgrimes
Reviewed by:	emaste, ngie, eadler, seanc
Relnotes:	yes
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D10320
2024-11-26 14:56:21 +00:00
..
bpf.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
common.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
common.h usr.bin: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
if.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
inet6.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
inet.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
ipsec.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
main.c netstat: switch to using the sysctl-exported stats for live stats 2024-10-24 11:54:21 -05:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mbuf.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
mroute6.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
mroute.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
netgraph.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
netisr.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
netstat.1 netstat.1: Clarify -d argument 2024-07-29 14:07:11 -06:00
netstat.h netstat: Add version information to libxo output 2024-09-06 12:34:31 -06:00
nhgrp.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
nhops.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
nlist_symbols pflow: netstat statistics 2024-01-16 09:45:53 +01:00
pfkey.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
route_netlink.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
route.c usr.bin/netstat: -n should not print symbolic names 2024-11-26 14:56:21 +00:00
sctp.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00
unix.c netstat(1): Complete libxo transition 2024-10-13 02:21:46 +08:00