freebsd-dev/usr.bin/netstat
Alexander V. Chernikov 15dbf5a241 netstat: export weight for single-path routes.
* Parse and export newly-added NL_RTA_WEIGHT attribute, providing path
 weight for a non-multipath route. This fixes a number of tests in
 sys/net/routing which rely on this data.
* Remove handling of NL_RTA_KNH_ID in multipath routes, as it is
 not provided.
* Improve kernel/user nexthop index export. As a result,
 for multipath routes:
  * nhg-kidx attribute represents kernel nhg index (always provided)
  * nhg-uidx attribute represents user-provided nhg index (if set)
 for non-multipath routes:
  * nhop-kidx attribute represents kernel nhop index (always provided)
  * nhop-udx attribute represents user-provided nexthop index (if set)
2023-01-29 16:27:31 +00:00
..
bpf.c
common.c
common.h netstat: export weight for single-path routes. 2023-01-29 16:27:31 +00:00
if.c netstat -i: do not truncate interface names 2022-07-06 07:12:16 -05:00
inet6.c netinet6: Fix mbuf leak in NDP 2022-05-31 21:06:14 +00:00
inet.c tcp: account sent/received IP ECN markings independently 2022-11-10 11:35:35 +01:00
ipsec.c ipsec(4): Fix a few typos in error messages 2022-02-06 13:43:42 +01:00
main.c divert(4): provide statistics 2022-08-30 15:09:21 -07:00
Makefile netstat: make netstat -rn use netlink instead of rtsock 2023-01-27 15:36:10 +00:00
Makefile.depend
Makefile.depend.options
mbuf.c
mroute6.c
mroute.c
netgraph.c
netisr.c
netstat.1 Retire trpt(8). 2022-12-02 14:10:55 -08:00
netstat.h divert(4): provide statistics 2022-08-30 15:09:21 -07:00
nhgrp.c
nhops.c netstat: fix nhop prepend printing. 2021-12-26 15:05:10 +00:00
nlist_symbols
pfkey.c
route_netlink.c netstat: export weight for single-path routes. 2023-01-29 16:27:31 +00:00
route.c netstat: export weight for single-path routes. 2023-01-29 16:27:31 +00:00
sctp.c
unix.c