datapath: Backport: vxlan: fix incorrect RCO bit in VXLAN header
authorPravin B Shelar <pshelar@nicira.com>
Tue, 8 Dec 2015 02:23:20 +0000 (18:23 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 8 Dec 2015 17:48:27 +0000 (09:48 -0800)
commit9e066fe1896bf3a02850fe229afa9ee42c3e1bbf
tree3d328b35ce2401b7024ccd118e57ae88996bcfc7
parentf07995ef94c582946e8c28ccbae1b525bfaea7ed
datapath: Backport: vxlan: fix incorrect RCO bit in VXLAN header

Upstream commit:
    Commit 3511494ce2f3d ("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: 3511494ce2f3d ("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>
Upstream: c5fb8caaf91 ("vxlan: fix incorrect RCO bit in VXLAN header")
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/linux/compat/include/net/vxlan.h