Module Name: src
Committed By: riastradh
Date: Sat May 21 15:03:08 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: Expand notes on vether(4) and tap(4).
To generate a diff of this commit:
cvs rdiff -u -r1.2874 -r1.2875 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2874 src/doc/CHANGES:1.2875
--- src/doc/CHANGES:1.2874 Sat May 21 14:58:20 2022
+++ src/doc/CHANGES Sat May 21 15:03:08 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2874 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2875 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -288,7 +288,12 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
pmap module. Implemented fast-soft-interrupts. Enabled
MULTIPROCESSOR in GENERIC. [thorpej 20200918]
ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921]
- vether(4): Imported from OpenBSD. [roy 20200927]
+ vether(4): New virtual ethernet interface for bridging to physical
+ interfaces, imported from OpenBSD. [roy 20200927]
+ tap(4): Link state now reflects whether device is open by a process.
+ For virtual ethernet interfaces not associated with a
+ backing process to bridge with physical interfaces, use
+ vether(4). [roy 20200927]
dhcpcd: Update to version 9.3.0 [roy 20201005]
tzdata updated to 2020b [kre 20201008]
tzcode: Updated to 2020b. [christos 20201009]