]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: fix incorrect RCO bit in VXLAN header
authorJiri Benc <jbenc@redhat.com>
Fri, 4 Dec 2015 12:54:03 +0000 (13:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Dec 2015 23:15:29 +0000 (18:15 -0500)
commitf7fa65963101b0a3057c00da7b4194385dcd749b
tree43f971ea686ea463994a32cf8c08f382908f18b0
parentb28097b1214d9676b5db94c4dcc095909db08e03
vxlan: fix incorrect RCO bit in VXLAN header

Commit c439cd54a5fe5 ("vxlan: Group Policy extension") changed definition of
VXLAN_HF_RCO from 0x00200000 to BIT(24). This is obviously incorrect. It's
also in violation with the RFC draft.

Fixes: c439cd54a5fe5 ("vxlan: Group Policy extension")
Cc: Thomas Graf <tgraf@suug.ch>
Cc: Tom Herbert <therbert@google.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/vxlan.h