diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2005-09-10 11:01:33 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-09-10 11:01:33 -0700 |
commit | 2a0445158192246c421467320af0d2f45a98f02c (patch) | |
tree | ec3d085527cde397de554ea5d5e4d81dadc6b85e /include/linux/ipv6.h | |
parent | 2625c1be3425f5a9d8ef1434449b7d954aaf199d (diff) | |
parent | e6df439b89dbf9eb977c2dc6f7b0644be3704df4 (diff) | |
download | linux-2a0445158192246c421467320af0d2f45a98f02c.tar.gz linux-2a0445158192246c421467320af0d2f45a98f02c.tar.xz |
Merge davem@outer-richmond.davemloft.net:src/GIT/net-2.6/
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 |