The VXLAN_ATTR flags are internal and not public API.
Still, they are exposed as part of nl_object_diff().
There is no reason to change previous behavior, restore
the previous numeric values.
#define VXLAN_ATTR_RSC (1<<11)
#define VXLAN_ATTR_L2MISS (1<<12)
#define VXLAN_ATTR_L3MISS (1<<13)
-#define VXLAN_ATTR_PORT (1<<14)
-#define VXLAN_ATTR_GROUP6 (1<<15)
-#define VXLAN_ATTR_LOCAL6 (1<<16)
+#define VXLAN_ATTR_GROUP6 (1<<14)
+#define VXLAN_ATTR_LOCAL6 (1<<15)
+#define VXLAN_ATTR_PORT (1<<16)
#define VXLAN_ATTR_UDP_CSUM (1<<17)
#define VXLAN_ATTR_UDP_ZERO_CSUM6_TX (1<<18)
#define VXLAN_ATTR_UDP_ZERO_CSUM6_RX (1<<19)