Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335745
b: refs/heads/master
c: 52b702f
h: refs/heads/master
i:
  335743: 953cdb3
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Nov 13, 2012
1 parent 174ef3e commit c02a2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd090dfc634ddd711a5fbd0cadc6e0ab4977bcaf
refs/heads/master: 52b702ffa509595c5d04a1a1d0f63acf92b4789b
4 changes: 2 additions & 2 deletions trunk/drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

#define VXLAN_N_VID (1u << 24)
#define VXLAN_VID_MASK (VXLAN_N_VID - 1)
/* VLAN + IP header + UDP + VXLAN */
#define VXLAN_HEADROOM (4 + 20 + 8 + 8)
/* IP header + UDP + VXLAN + Ethernet header */
#define VXLAN_HEADROOM (20 + 8 + 8 + 14)

#define VXLAN_FLAGS 0x08000000 /* struct vxlanhdr.vx_flags required value. */

Expand Down

0 comments on commit c02a2bc

Please sign in to comment.