diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2012-05-17 02:00:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-17 15:49:51 -0400 |
commit | 1de5a71c3e6eae2fbf15e9a9e13a8fc269bb82bc (patch) | |
tree | b28a39f932993a61855be0ffbd8844a7bddb645c /include/linux/in6.h | |
parent | 048b899ce38c3e1db88cb4464547090ef28630f8 (diff) |
ipv6: correct the ipv6 option name - Pad0 to Pad1
The padding destination or hop-by-hop option is called Pad1 and not Pad0.
See RFC2460 (4.2) or the IANA ipv6-parameters registry:
http://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xml
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/in6.h')
-rw-r--r-- | include/linux/in6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index 5c83d9e3eb8f..cba469ba11a4 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
@@ -142,7 +142,7 @@ struct in6_flowlabel_req { | |||
142 | /* | 142 | /* |
143 | * IPv6 TLV options. | 143 | * IPv6 TLV options. |
144 | */ | 144 | */ |
145 | #define IPV6_TLV_PAD0 0 | 145 | #define IPV6_TLV_PAD1 0 |
146 | #define IPV6_TLV_PADN 1 | 146 | #define IPV6_TLV_PADN 1 |
147 | #define IPV6_TLV_ROUTERALERT 5 | 147 | #define IPV6_TLV_ROUTERALERT 5 |
148 | #define IPV6_TLV_JUMBO 194 | 148 | #define IPV6_TLV_JUMBO 194 |