X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.c;h=639b87078fbc37efbe31b86d57cb054c1d70587e;hb=3c52fa7b69609ca8fcfc8de7426f7ebbcba493eb;hp=32053f01f0c46ff96eff876b4e35c77601dafc11;hpb=7f7439e31523643f48479325a250cc92f66b9fc8;p=openvswitch diff --git a/datapath/actions.c b/datapath/actions.c index 32053f01..639b8707 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -137,7 +137,7 @@ static struct sk_buff *modify_vlan_tci(struct datapath *dp, struct sk_buff *skb, * groups configured). */ if (skb_is_gso(skb)) { const struct nlattr *actions_left; - u32 actions_len_left; + int actions_len_left; struct sk_buff *segs; segs = skb_gso_segment(skb, 0);