Page MenuHomeFreeBSD

D26071.id75858.diff
No OneTemporary

D26071.id75858.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
Wed, Feb 5, 11:15 PM (17 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16482666
Default Alt Text
D26071.id75858.diff (444 B)

Event Timeline