Module Name: src
Committed By: kefren
Date: Mon Jun 28 17:29:38 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mention MPLS support
XXX: I have to write down mpls man page
To generate a diff of this commit:
cvs rdiff -u -r1.1408 -r1.1409 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.1408 src/doc/CHANGES:1.1409
--- src/doc/CHANGES:1.1408 Thu Jun 24 16:15:22 2010
+++ src/doc/CHANGES Mon Jun 28 17:29:38 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1408 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1409 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -638,3 +638,5 @@
[jmcneill 20100618]
httpd(8): Import bozohttpd-20100621. [mrg 20100621]
hp700: Add support for uturn(4) based machines. [skrll 20100624]
+ network: Add mpls(4) - MultiProtocol Label Switching support
+ [kefren 20100626]