net: bridge: add the multicast_flood flag attribute to brport_attrs
[cascardo/linux.git] / net / openvswitch / conntrack.h
index a7544f4..8f6230b 100644 (file)
@@ -37,7 +37,8 @@ void ovs_ct_free_action(const struct nlattr *a);
 
 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
                           OVS_CS_F_RELATED | OVS_CS_F_REPLY_DIR | \
-                          OVS_CS_F_INVALID | OVS_CS_F_TRACKED)
+                          OVS_CS_F_INVALID | OVS_CS_F_TRACKED | \
+                          OVS_CS_F_SRC_NAT | OVS_CS_F_DST_NAT)
 #else
 #include <linux/errno.h>