diff options
author | Brian Haley <brian.haley@hp.com> | 2005-09-10 11:15:06 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-10 11:15:06 +0400 |
commit | e6df439b89dbf9eb977c2dc6f7b0644be3704df4 (patch) | |
tree | 81ab85c73026e7050f033dac2a6f60a194beda8e /include/linux/ipv6.h | |
parent | 3874b98c655b9490bea1cf9c7697d5dc5338376f (diff) | |
download | linux-e6df439b89dbf9eb977c2dc6f7b0644be3704df4.tar.xz |
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 6c5f7b39a4b0..bb6f88e14061 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -68,7 +68,7 @@ struct ipv6_opt_hdr { struct rt0_hdr { struct ipv6_rt_hdr rt_hdr; - __u32 bitmap; /* strict/loose bit map */ + __u32 reserved; struct in6_addr addr[0]; #define rt0_type rt_hdr.type |