Re: [PATCH 2/3] [NET] Move DF check to ip_forward

2007-03-24 Thread David Miller
From: John Heffner [EMAIL PROTECTED] Date: Fri, 23 Mar 2007 20:06:45 -0400 Do fragmentation check in ip_forward, similar to ipv6 forwarding. Also add a debug printk in the DF check in ip_fragment since we should now never reach it. Signed-off-by: John Heffner [EMAIL PROTECTED] I don't

[PATCH 2/3] [NET] Move DF check to ip_forward

2007-03-23 Thread John Heffner
Do fragmentation check in ip_forward, similar to ipv6 forwarding. Also add a debug printk in the DF check in ip_fragment since we should now never reach it. Signed-off-by: John Heffner [EMAIL PROTECTED] --- net/ipv4/ip_forward.c |8 net/ipv4/ip_output.c |2 ++ 2 files changed,