svn commit: r356694 - head/share/man/man4

Kyle Evans kevans at FreeBSD.org
Mon Jan 13 18:26:27 UTC 2020


Author: kevans
Date: Mon Jan 13 18:26:27 2020
New Revision: 356694
URL: https://svnweb.freebsd.org/changeset/base/356694

Log:
  tap(4): also note that we drop configured addresses
  
  This provides a specific pointer for users of tap(4) to understand why their
  interfaces are losing their addresses, and specifically how to workaround
  this if they need different behavior.
  
  This manpage received a .Dd bump earlier today in r35688, so no bump occurs
  this time.
  
  Submitted by:	sigsys at gmail.com (via IRC)

Modified:
  head/share/man/man4/tap.4

Modified: head/share/man/man4/tap.4
==============================================================================
--- head/share/man/man4/tap.4	Mon Jan 13 18:22:54 2020	(r356693)
+++ head/share/man/man4/tap.4	Mon Jan 13 18:26:27 2020	(r356694)
@@ -281,6 +281,7 @@ On the last close of the data device, the interface is
 brought down
 (as if with
 .Dq ifconfig tap Ns Sy N No down )
+and has all of its configured addresses deleted
 unless the device is a
 .Em VMnet
 device, or has


More information about the svn-src-all mailing list