Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214917
b: refs/heads/master
c: c61393e
h: refs/heads/master
i:
  214915: efe2a68
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 5, 2010
1 parent d747939 commit 814886d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 1df9916e46451533463f227e6be57cc2cfca4c5f
refs/heads/master: c61393ea83573ff422af505b6fd49ef9ec9b91ca
2 changes: 0 additions & 2 deletions trunk/include/net/addrconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ static inline int ipv6_addr_is_ll_all_routers(const struct in6_addr *addr)
(addr->s6_addr32[3] ^ htonl(0x00000002))) == 0;
}

extern int __ipv6_isatap_ifid(u8 *eui, __be32 addr);

static inline int ipv6_addr_is_isatap(const struct in6_addr *addr)
{
return (addr->s6_addr32[2] | htonl(0x02000000)) == htonl(0x02005EFE);
Expand Down
3 changes: 1 addition & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ static int addrconf_ifid_infiniband(u8 *eui, struct net_device *dev)
return 0;
}

int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
static int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
{
if (addr == 0)
return -1;
Expand All @@ -1560,7 +1560,6 @@ int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
memcpy(eui + 4, &addr, 4);
return 0;
}
EXPORT_SYMBOL(__ipv6_isatap_ifid);

static int addrconf_ifid_sit(u8 *eui, struct net_device *dev)
{
Expand Down

0 comments on commit 814886d

Please sign in to comment.