From f9515094088431c281e99963377ec7fea7b1ea20 Mon Sep 17 00:00:00 2001 From: Mehak Mahajan Date: Wed, 1 Aug 2012 17:26:39 -0700 Subject: [PATCH 1/1] Improving comment for OFP10_VLAN_NONE. Signed-off-by: Mehak Mahajan --- include/openflow/openflow-1.0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/openflow-1.0.h b/include/openflow/openflow-1.0.h index 75c5fc3db..56af4c521 100644 --- a/include/openflow/openflow-1.0.h +++ b/include/openflow/openflow-1.0.h @@ -323,7 +323,7 @@ enum ofp_flow_wildcards { #define OFP_DL_TYPE_NOT_ETH_TYPE 0x05ff /* The VLAN id is 12-bits, so we can use the entire 16 bits to indicate - * special conditions. All ones indicates that no VLAN id was set. + * special conditions. All ones indicates that 802.1Q header is not present. */ #define OFP10_VLAN_NONE 0xffff -- 2.43.0