From: YOSHIFUJI Hideaki Date: Fri, 22 Sep 2006 21:44:53 +0000 (-0700) Subject: [IPV6] NDISC: Fix is_router flag setting. X-Git-Tag: v2.6.19-rc1~1272^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc26d0abd5afd2b5268a7dbdbf8be1095ce5703e;p=pandora-kernel.git [IPV6] NDISC: Fix is_router flag setting. We did not send appropriate IsRouter flag if the forwarding setting is positive even value. Let's give 1/0 value to ndisc_send_na(). Also, existing users of ndisc_send_na() give 0/1 to override, we can omit redundant operation in that function. Bug hinted by Nicolas Dichtel . Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed