From: David Engel Date: Sat, 22 Oct 2005 03:09:16 +0000 (-0500) Subject: [IPV4]: Fix setting broadcast for SIOCSIFNETMASK X-Git-Tag: v2.6.15-rc1~733^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcab5e1eeccf5e226c771ecc013631cde157435f;p=pandora-kernel.git [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 Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed