]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: unify logic evaluating inet6_dev's accept_ra property
authorShmulik Ladkani <shmulik.ladkani@gmail.com>
Fri, 30 Nov 2012 10:25:59 +0000 (10:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Dec 2012 16:36:37 +0000 (11:36 -0500)
commitbb7584e91c051e78424b760fb29277ea9608f661
treef668b46359bfa50f83563fb3ee0247f55f451760
parent8aa7d1f93994ed879dcbfd0773e1a16d65fcefa1
ipv6: unify logic evaluating inet6_dev's accept_ra property

As of 056340b [ipv6: Send ICMPv6 RSes only when RAs are accepted], the
logic determining whether to send Router Solicitations is identical
to the logic determining whether kernel accepts Router Advertisements.

However the condition itself is repeated in several code locations.

Unify it by introducing 'ipv6_accept_ra()' accessor.

Also, simplify the condition expression, making it more readable.
No semantic change.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/addrconf.c
net/ipv6/ndisc.c