X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.c;h=ed61039a0a3d6dee88d762ea62934ce95dcf2e67;hb=8a3d2fef9775498320ca7ea014dbdc4cbb14bbb2;hp=a8884a3d4c95460232464ce778674ddf149a6105;hpb=10db8b20d2ed55417f625a3212db3b5cef0331d2;p=openvswitch diff --git a/datapath/actions.c b/datapath/actions.c index a8884a3d..ed61039a 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -322,7 +322,7 @@ static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, if (prev_port != -1) do_output(dp, skb, prev_port); else - kfree_skb(skb); + consume_skb(skb); return 0; }