hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/netfilter/ipvs/ip_vs_xmit.c
....@@ -1225,6 +1225,7 @@
12251225 skb->transport_header = skb->network_header;
12261226
12271227 skb_set_inner_ipproto(skb, next_protocol);
1228
+ skb_set_inner_mac_header(skb, skb_inner_network_offset(skb));
12281229
12291230 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) {
12301231 bool check = false;
....@@ -1373,6 +1374,7 @@
13731374 skb->transport_header = skb->network_header;
13741375
13751376 skb_set_inner_ipproto(skb, next_protocol);
1377
+ skb_set_inner_mac_header(skb, skb_inner_network_offset(skb));
13761378
13771379 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) {
13781380 bool check = false;