Re: [PATCH 1/1 net-2.6] Re-enable IP when MTU > 68
From: David Miller <davem@davemloft.net>
Date: 2008-09-03 00:29:45
From: David Miller <davem@davemloft.net>
Date: 2008-09-03 00:29:45
From: Breno Leitao <redacted> Date: Sat, 30 Aug 2008 14:57:18 -0300
Re-enable IP when the MTU gets back to a valid size. This patch just checks if the in_dev is NULL on a NETDEV_CHANGEMTU event and if MTU is valid (bigger than 68), then re-enable in_dev. Also a function that checks valid MTU size was created. Signed-off-by: Breno Leitao <redacted>
Looks good, patch applied, thanks.