X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.c;h=8a3e8abb549e1302bdbed626bd889728bf2854f5;hb=411baaacb8672cd9b231328b77a5f1c8a11aad9c;hp=9b82f9e39934cc3efbb4cedd2ad63505616454eb;hpb=baa905d36b831881ceb20686f567dead3ec0bf14;p=openvswitch diff --git a/datapath/actions.c b/datapath/actions.c index 9b82f9e3..8a3e8abb 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -96,7 +96,7 @@ modify_vlan_tci(struct datapath *dp, struct sk_buff *skb, * when we send the packet out on the wire, and it will fail at * that point because skb_checksum_setup() will not look inside * an 802.1Q header. */ - skb_checksum_setup(skb); + vswitch_skb_checksum_setup(skb); /* GSO is not implemented for packets with an 802.1Q header, so * we have to do segmentation before we add that header.