]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/flow.h
openvswitch: Serialize acts with original netlink len
[karo-tx-linux.git] / net / openvswitch / flow.h
index b62cdb3e35892aa56468fbc17b1cd0ef3450af6a..082a87bac81965a0fc25e18ae53246c9c5de8f6d 100644 (file)
@@ -144,6 +144,7 @@ struct sw_flow_id {
 
 struct sw_flow_actions {
        struct rcu_head rcu;
+       size_t orig_len;        /* From flow_cmd_new netlink actions size */
        u32 actions_len;
        struct nlattr actions[];
 };