Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34574
b: refs/heads/master
c: 642ec62
h: refs/heads/master
v: v3
  • Loading branch information
Noriaki TAKAMIYA authored and David S. Miller committed Sep 22, 2006
1 parent db86733 commit abcf229
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee53826801a8fa7a0e333895421ef6d0e5fbfbf0
refs/heads/master: 642ec62eee5bdc158e01029220c8a23c685778fb
13 changes: 13 additions & 0 deletions trunk/include/linux/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct in6_ifreq {

#define IPV6_SRCRT_STRICT 0x01 /* this hop must be a neighbor */
#define IPV6_SRCRT_TYPE_0 0 /* IPv6 type 0 Routing Header */
#define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */

/*
* routing header
Expand Down Expand Up @@ -73,6 +74,18 @@ struct rt0_hdr {
#define rt0_type rt_hdr.type
};

/*
* routing header type 2
*/

struct rt2_hdr {
struct ipv6_rt_hdr rt_hdr;
__u32 reserved;
struct in6_addr addr;

#define rt2_type rt_hdr.type
};

struct ipv6_auth_hdr {
__u8 nexthdr;
__u8 hdrlen; /* This one is measured in 32 bit units! */
Expand Down

0 comments on commit abcf229

Please sign in to comment.