https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255460
Bug ID: 255460
Summary: sockstat shows foreign addresses of connected sockets
as *
Product: Base System
Version: 13.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
sockstat shows foreign addresses of connected sockets as * if first part of
IPv4 address is from range 192 to 255 and last part is 0, e.g. 216.239.35.0.
# sockstat -4c -p 123
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
_ntp ntpd 27491 15 udp4 192.168.0.2:9305 *:123
# pfctl -ss | grep '192.168.0.2:9305'
re0 udp 192.168.0.2:9305 -> 216.239.35.0:123 MULTIPLE:MULTIPLE
# freebsd-version
13.0-RELEASE
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"