commit | dcab5e1eeccf5e226c771ecc013631cde157435f | [log] [tgz] |
---|---|---|
author | David Engel <gigem@comcast.net> | Fri Oct 21 22:09:16 2005 -0500 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Wed Oct 26 01:20:21 2005 -0200 |
tree | d0e6f0c63caee92c8ac86d24fb280a0c65be11d9 | |
parent | 95df1c04ab3f7ca617774930df62c0893a188c2c [diff] |
[IPV4]: Fix setting broadcast for SIOCSIFNETMASK Fix setting of the broadcast address when the netmask is set via SIOCSIFNETMASK in Linux 2.6. The code wanted the old value of ifa->ifa_mask but used it after it had already been overwritten with the new value. Signed-off-by: David Engel <gigem@comcast.net> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>