Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
8c783bac
Commit
8c783bac
authored
Dec 18, 2014
by
gauthier
Browse files
mtu debug
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6291
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
6e8c7024
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/GTPV1-U/GTPUAH/xt_GTPUAH.c
View file @
8c783bac
...
@@ -365,6 +365,9 @@ _gtpuah_tg4_add(struct sk_buff *old_skb_pP, const struct xt_action_param *par_pP
...
@@ -365,6 +365,9 @@ _gtpuah_tg4_add(struct sk_buff *old_skb_pP, const struct xt_action_param *par_pP
goto
free_new_skb
;
goto
free_new_skb
;
}
}
return
;
return
;
}
else
{
pr_info
(
"GTPUAH: PACKET DROPPED because of mtu %u < (%u + %u)
\n
"
,
mtu
,
orig_iplen
,
headroom_reqd
);
}
}
free_new_skb:
free_new_skb:
pr_info
(
"GTPUAH: PACKET DROPPED
\n
"
);
pr_info
(
"GTPUAH: PACKET DROPPED
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment