diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
| -rw-r--r-- | net/ipv4/fib_semantics.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index b53f0bf84dca..8a043f03c88e 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -631,6 +631,7 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,  				.daddr = nh->nh_gw,  				.flowi4_scope = cfg->fc_scope + 1,  				.flowi4_oif = nh->nh_oif, +				.flowi4_iif = LOOPBACK_IFINDEX,  			};  			/* It is not necessary, but requires a bit of thinking */ |