Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 18:26:27 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356694 - head/share/man/man4
Message-ID:  <202001131826.00DIQRkl016554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001131826.00DIQRkl016554>