freebsd-dev/sys/netlink/route
Alexander V. Chernikov 13214c601a netlink: fix ifaddr reporting.
Output the proper attributes for IPv4/IPvv6 ifaddrs:
* IFA_ADDRESS contains local address in every case except p2p,
   in that case it contains the peer address
* IFA_LOCAL contains local address. It is always present in IPv4,
   or in IPv6/p2p.
* IFA_BROADCAST contains the network broadcast address (if any)

Reported by:	Adam Wood <aswood@gmail.com>
Tested by:	Adam Wood <aswood@gmail.com>
2023-01-06 19:18:54 +00:00
..
common.h
iface_drivers.c netlink: improve interface handling 2022-12-14 19:52:35 +00:00
iface.c netlink: fix ifaddr reporting. 2023-01-06 19:18:54 +00:00
ifaddrs.h
interface.h netlink: improve interface handling 2022-12-14 19:52:35 +00:00
neigh.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
neigh.h
nexthop.c netlink: Use NET_EPOCH_[CALL|WAIT] macros 2022-12-21 09:40:05 +08:00
nexthop.h
route_var.h netlink: improve interface handling 2022-12-14 19:52:35 +00:00
route.h
rt.c netlink: allow netlink to be build in the kernel 2022-12-23 15:24:44 +00:00