--- zzzz-none-000/linux-4.9.218/net/ipv4/ip_forward.c 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/net/ipv4/ip_forward.c 2023-03-29 10:59:08.000000000 +0000 @@ -39,6 +39,8 @@ #include #include +#include + static bool ip_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) { if (skb->len <= mtu) @@ -71,6 +73,8 @@ if (unlikely(opt->optlen)) ip_forward_options(skb); + avm_pa_mark_routed(skb); + return dst_output(net, sk, skb); }