Commit 8c783bac authored by Lionel Gauthier's avatar Lionel Gauthier

mtu debug

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6291 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6e8c7024
......@@ -365,6 +365,9 @@ _gtpuah_tg4_add(struct sk_buff *old_skb_pP, const struct xt_action_param *par_pP
goto free_new_skb;
}
return;
} else {
pr_info("GTPUAH: PACKET DROPPED because of mtu %u < (%u + %u)\n",
mtu, orig_iplen, headroom_reqd);
}
free_new_skb:
pr_info("GTPUAH: PACKET DROPPED\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment