From: nikolay@redhat.com Date: Wed, 27 Mar 2013 03:32:41 +0000 (+0000) Subject: bonding: fix disabling of arp_interval and miimon X-Git-Tag: v3.9-rc6~38^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc7db16782c2a581fb4d53ca853631050f31611;p=pandora-kernel.git bonding: fix disabling of arp_interval and miimon Currently if either arp_interval or miimon is disabled, they both get disabled, and upon disabling they get executed once more which is not the proper behaviour. Also when doing a no-op and disabling an already disabled one, the other again gets disabled. Also fix the error messages with the proper valid ranges, and a small typo fix in the up delay error message (outputting "down delay", instead of "up delay"). Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed