Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88176
b: refs/heads/master
c: eb86757
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Apr 3, 2008
1 parent 50f9156 commit 2498a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 439e23857a21c3a953826eed23c818697a97de1a
refs/heads/master: eb867579311a9c1e998d6911af056772c400122a
2 changes: 1 addition & 1 deletion trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)

ASSERT_RTNL();

if (dev == init_net.loopback_dev && how == 1)
if ((dev->flags & IFF_LOOPBACK) && how == 1)
how = 0;

rt6_ifdown(dev);
Expand Down

0 comments on commit 2498a18

Please sign in to comment.