[ovs-dev] [PATCH V10 4/5] 802.1AD: Describe 802.1ad changes

Thomas F Herbert thomasfherbert at gmail.com
Tue Jun 2 17:55:31 UTC 2015


From: "Thomas F. Herbert" <thomasfherbert at gmail.com>

Signed-off-by: Thomas F Herbert <thomasfherbert at gmail.com>
---
 NEWS                     | 2 ++
 utilities/ovs-ofctl.8.in | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index a480607..cbdde3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Post-v2.3.0
 ---------------------
+   - Add support for 8021.AD as specified in OpenFlow 1.1+. Adds push and pop
+     of 802.1AD Ethertype and handling of QinQ or double stacked Vlans.
    - Added support for SFQ, FQ_CoDel and CoDel qdiscs. 
    - Add bash command-line completion support for ovs-vsctl Please check
      utilities/ovs-command-compgen.INSTALL.md for how to use.
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index c667aa4..5be125c 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -1317,8 +1317,7 @@ Strips the VLAN tag from a packet if it is present.
 .
 .IP \fBpush_vlan\fR:\fIethertype\fR
 Push a new VLAN tag onto the packet.  Ethertype is used as the the Ethertype
-for the tag. Only ethertype 0x8100 should be used. (0x88a8 which the spec
-allows isn't supported at the moment.)
+for the tag. Ethertypes 0x8100 or 0x88a8 may be used.
 A priority of zero and the tag of zero are used for the new tag.
 .
 .IP \fBpush_mpls\fR:\fIethertype\fR
-- 
2.1.0




More information about the dev mailing list