]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: add ip checks when store ip target
authorWang Weidong <wangweidong1@huawei.com>
Fri, 15 Nov 2013 15:34:30 +0000 (10:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2013 22:44:43 +0000 (17:44 -0500)
commitc7a0df2cb9cdf5537affe13654a70b038ab77731
tree794f837d6f53a0b096c8c31aa1f867a1ecf0edcb
parente08cbc9335ccbb39a85159f44c7afecc5b7de173
bonding: add ip checks when store ip target

I met a Bug when I add ip target with the wrong ip address:

echo +500.500.500.500 > /sys/class/net/bond0/bonding/arp_ip_target

the wrong ip address will transfor to 245.245.245.244 and add
to the ip target success, it is uncorrect, so I add checks to avoid
adding wrong address.

The in4_pton() will set wrong ip address to 0.0.0.0, it will return by
the next check and will not add to ip target.

v2
According Veaceslav's opinion, simplify the code.

v3
According Veaceslav's opinion, add broadcast check and make a micro
definition to package it.

v4
Solve the problem of the format which David point out.

Suggested-by: Veaceslav Falico <vfalico@redhat.com>
Suggested-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_sysfs.c
drivers/net/bonding/bonding.h