On 05/02/2013 16:39, David Young wrote:
On Tue, Feb 05, 2013 at 02:07:46PM +0000, Roy Marples wrote:I can easily add code not to ask for an MTU change if it's the same, but surprised a driver that forces PHY reset doesn't check either.The MTU isn't set in a script?
MTU is set in a script, but we also pass the current MTU as a shell variable. We can modify the script to check this variable vs the new mtu before calling ifconfig - this check does not take place and I'm a little surprised it needs to be done.