mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
datapath: add skb mark matching and set action
This patch adds support for skb mark matching and set action. Acked-by: Jesse Gross <jesse@nicira.com> Signed-off-by: Ansis Atteka <aatteka@nicira.com>
This commit is contained in:
@@ -1387,7 +1387,7 @@ dpif_linux_vport_send(int dp_ifindex, uint32_t port_no,
|
||||
uint64_t action;
|
||||
|
||||
ofpbuf_use_const(&packet, data, size);
|
||||
flow_extract(&packet, 0, NULL, 0, &flow);
|
||||
flow_extract(&packet, 0, 0, NULL, 0, &flow);
|
||||
|
||||
ofpbuf_use_stack(&key, &keybuf, sizeof keybuf);
|
||||
odp_flow_key_from_flow(&key, &flow, OVSP_NONE);
|
||||
|
Reference in New Issue
Block a user