1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/netstat
Ruslan Ermilov 089cdfad78 net/route.c:
A route generated from an RTF_CLONING route had the RTF_WASCLONED flag
  set but did not have a reference to the parent route, as documented in
  the rtentry(9) manpage.  This prevented such routes from being deleted
  when their parent route is deleted.

  Now, for example, if you delete an IP address from a network interface,
  all ARP entries that were cloned from this interface route are flushed.

  This also has an impact on netstat(1) output.  Previously, dynamically
  created ARP cache entries (RTF_STATIC flag is unset) were displayed as
  part of the routing table display (-r).  Now, they are only printed if
  the -a option is given.

netinet/in.c, netinet/in_rmx.c:

  When address is removed from an interface, also delete all routes that
  point to this interface and address.  Previously, for example, if you
  changed the address on an interface, outgoing IP datagrams might still
  use the old address.  The only solution was to delete and re-add some
  routes.  (The problem is easily observed with the route(8) command.)

  Note, that if the socket was already bound to the local address before
  this address is removed, new datagrams generated from this socket will
  still be sent from the old address.

PR:		kern/20785, kern/21914
Reviewed by:	wollman (the idea)
2001-03-15 14:52:12 +00:00
..
atalk.c Cleanup towards -Wall 1999-10-21 07:08:56 +00:00
if.c When displaying interface statistics with -i show a '-' for any 2001-03-04 22:25:05 +00:00
inet6.c MAXHOSTNAMELEN includes space for a NUL. 2001-03-14 20:51:26 +00:00
inet.c MAXHOSTNAMELEN includes space for a NUL. 2001-03-14 20:51:26 +00:00
ipsec.c sync with latest kame netstat. basically, more statistics 2000-07-04 16:26:46 +00:00
ipx.c Cleanup towards -Wall 1999-10-21 07:08:56 +00:00
iso.c Zap $Source$ 1999-09-06 07:34:27 +00:00
main.c MAXHOSTNAMELEN includes space for a NUL. 2001-03-14 20:51:26 +00:00
Makefile MAXHOSTNAMELEN includes space for a NUL. 2001-03-14 20:51:26 +00:00
mbuf.c Change the "in use" percentage metric to actually display a real 2000-10-15 06:29:22 +00:00
mroute6.c To make compilable without -DINET6. 2000-08-07 16:39:33 +00:00
mroute.c sync with latest kame netstat. basically, more statistics 2000-07-04 16:26:46 +00:00
netgraph.c Use macro API to <sys/queue.h> 2000-12-30 21:22:54 +00:00
netstat.1 net/route.c: 2001-03-15 14:52:12 +00:00
netstat.h MAXHOSTNAMELEN includes space for a NUL. 2001-03-14 20:51:26 +00:00
ns.c
route.c net/route.c: 2001-03-15 14:52:12 +00:00
unix.c Use macro API to <sys/queue.h> 2000-12-30 21:22:54 +00:00