Page MenuHomeFreeBSD

D26071.diff
No OneTemporary

D26071.diff

Index: head/sys/net/if_vxlan.c
===================================================================
--- head/sys/net/if_vxlan.c
+++ head/sys/net/if_vxlan.c
@@ -2545,7 +2545,7 @@
* the behavior of the Linux implementation.
*/
if (vxh->vxlh_flags != htonl(VXLAN_HDR_FLAGS_VALID_VNI) ||
- vxh->vxlh_vni & ~htonl(VXLAN_VNI_MASK))
+ vxh->vxlh_vni & ~VXLAN_VNI_MASK)
goto out;
vni = ntohl(vxh->vxlh_vni) >> VXLAN_HDR_VNI_SHIFT;

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 16, 5:49 PM (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33990878
Default Alt Text
D26071.diff (444 B)

Event Timeline