Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109429739
D26071.id75858.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
444 B
Referenced Files
None
Subscribers
None
D26071.id75858.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D26071: Corret the mask byte order to check for reservered bits.
Attached
Detach File
Event Timeline
Log In to Comment