Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300431
b: refs/heads/master
c: 81bd60b
h: refs/heads/master
i:
  300429: 46e00bc
  300427: 849b92e
  300423: 533e75d
  300415: 815f0fd
v: v3
  • Loading branch information
Eldad Zack authored and David S. Miller committed Apr 2, 2012
1 parent 78c1bcd commit daf76c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ac3c8172ff5efa8078e5380677dff0badf70b729
refs/heads/master: 81bd60b515e5e71ecdb5176be51361dfd6830b00
3 changes: 1 addition & 2 deletions trunk/net/ipv6/exthdrs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ int ipv6_ext_hdr(u8 nexthdr)
(nexthdr == NEXTHDR_NONE) ||
(nexthdr == NEXTHDR_DEST);
}
EXPORT_SYMBOL(ipv6_ext_hdr);

/*
* Skip any extension headers. This is used by the ICMP module.
Expand Down Expand Up @@ -109,6 +110,4 @@ int ipv6_skip_exthdr(const struct sk_buff *skb, int start, u8 *nexthdrp,
*nexthdrp = nexthdr;
return start;
}

EXPORT_SYMBOL(ipv6_ext_hdr);
EXPORT_SYMBOL(ipv6_skip_exthdr);

0 comments on commit daf76c6

Please sign in to comment.