From: denis Date: Wed, 29 Nov 2023 18:46:37 +0000 (+0000) Subject: remove unused VXLANMTU definition X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f244fac933376f7c7bd9173443d21037647483d4;p=openbsd remove unused VXLANMTU definition OK claudio, miod --- diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index 3a82ca3366a..210739af3e7 100644 --- a/sys/net/if_vxlan.c +++ b/sys/net/if_vxlan.c @@ -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 @@ -67,7 +67,6 @@ * The protocol. */ -#define VXLANMTU 1492 #define VXLAN_PORT 4789 struct vxlan_header {