[ovs-dev] [PATCH] correct macro name

Yi Yang (杨燚)-云服务集团 yangyi01 at inspur.com
Tue Sep 14 01:01:05 UTC 2021


Acked-by: Yi Yang <yangyi01 at inspur.com>

-----邮件原件-----
发件人: dev [mailto:ovs-dev-bounces at openvswitch.org] 代表 chengtcli--- via dev
发送时间: 2021年9月13日 21:34
收件人: ovs-dev <ovs-dev at openvswitch.org>
主题: [ovs-dev] [PATCH] correct macro name

From: lic121 <lic121 at chinatelecom.cn>

fix macro name from "VLXAN_GPE_FLAGS_P" to "VXLAN_GPE_FLAGS_P"

Signed-off-by: lic121 <lic121 at chinatelecom.cn>
---
 lib/packets.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/packets.h b/lib/packets.h index 515bb59..e8bdf08 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -1492,7 +1492,7 @@ BUILD_ASSERT_DECL(sizeof(struct vxlanhdr) == 8);

 /* Fields in struct vxlanhdr.vx_gpe.flags */
 #define VXLAN_GPE_FLAGS_VER     0x30    /* Version. */
-#define VLXAN_GPE_FLAGS_P       0x04    /* Next Protocol Bit. */
+#define VXLAN_GPE_FLAGS_P       0x04    /* Next Protocol Bit. */
 #define VXLAN_GPE_FLAGS_O       0x01    /* OAM Bit. */

 /* VXLAN-GPE header flags. */
--
1.8.3.1



chengtcli at qq.com
_______________________________________________
dev mailing list
dev at openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list