remove unused VXLANMTU definition
authordenis <denis@openbsd.org>
Wed, 29 Nov 2023 18:46:37 +0000 (18:46 +0000)
committerdenis <denis@openbsd.org>
Wed, 29 Nov 2023 18:46:37 +0000 (18:46 +0000)
OK claudio, miod

sys/net/if_vxlan.c

index 3a82ca3..210739a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_vxlan.c,v 1.96 2023/11/28 13:23:20 bluhm Exp $ */
+/*     $OpenBSD: if_vxlan.c,v 1.97 2023/11/29 18:46:37 denis Exp $ */
 
 /*
  * Copyright (c) 2021 David Gwynne <dlg@openbsd.org>
@@ -67,7 +67,6 @@
  * The protocol.
  */
 
-#define VXLANMTU               1492
 #define VXLAN_PORT             4789
 
 struct vxlan_header {