mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
tc: Add support parsing tc police action
Add function to parse police action from netlink message. Signed-off-by: Jianbo Liu <jianbol@nvidia.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Simon Horman <simon.horman@corigine.com>
This commit is contained in:
@@ -1017,6 +1017,10 @@ parse_tc_flower_to_match(struct tc_flower *flower,
|
||||
nl_msg_put_u32(buf, OVS_ACTION_ATTR_RECIRC, action->chain);
|
||||
}
|
||||
break;
|
||||
case TC_ACT_POLICE: {
|
||||
/* Not supported yet */
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user