--- zzzz-none-000/linux-4.9.276/net/ipv4/ip_forward.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/ipv4/ip_forward.c 2023-04-05 08:19:02.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); }