Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d088dde7 authored by Christoph Egger's avatar Christoph Egger Committed by David S. Miller
Browse files

ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)



CONFIG_IP_ROUTE_PERVASIVE is missing a corresponding config
IP_ROUTE_PERVASIVE somewhere in KConfig (and missing it for ages
already) so it looks like some aging artefact no longer needed.

Therefor this patch kills of the only remaining reference to that
config Item removing the already unrechable code snipet.

Signed-off-by: default avatarChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b0f83b28
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -528,10 +528,6 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,
	if (nh->nh_gw) {
	if (nh->nh_gw) {
		struct fib_result res;
		struct fib_result res;


#ifdef CONFIG_IP_ROUTE_PERVASIVE
		if (nh->nh_flags&RTNH_F_PERVASIVE)
			return 0;
#endif
		if (nh->nh_flags&RTNH_F_ONLINK) {
		if (nh->nh_flags&RTNH_F_ONLINK) {
			struct net_device *dev;
			struct net_device *dev;