diff options
Diffstat (limited to 'net/openvswitch/vport-internal_dev.c')
-rw-r--r-- | net/openvswitch/vport-internal_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c index 84e0a0379186..e284c7e1fec4 100644 --- a/net/openvswitch/vport-internal_dev.c +++ b/net/openvswitch/vport-internal_dev.c | |||
@@ -221,6 +221,7 @@ static int internal_dev_recv(struct vport *vport, struct sk_buff *skb) | |||
221 | skb->dev = netdev; | 221 | skb->dev = netdev; |
222 | skb->pkt_type = PACKET_HOST; | 222 | skb->pkt_type = PACKET_HOST; |
223 | skb->protocol = eth_type_trans(skb, netdev); | 223 | skb->protocol = eth_type_trans(skb, netdev); |
224 | skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); | ||
224 | 225 | ||
225 | netif_rx(skb); | 226 | netif_rx(skb); |
226 | 227 | ||