diff options
author | Neal Cardwell <ncardwell@google.com> | 2014-05-05 00:55:39 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-07 19:30:52 (GMT) |
commit | d28071d102f232d92e52af06d242d041074b54b6 (patch) | |
tree | 105471f0ecac5c1e19e6962953775afbd0243716 | |
parent | 528b971bba8e64ffa13bc98f0eaa0060888ae148 (diff) | |
download | linux-d28071d102f232d92e52af06d242d041074b54b6.tar.xz |
tunnel: fix RFC number in comment for INET_ECN_decapsulate()
The quoted text and figure are from RFC 6040 ("Tunnelling of Explicit
Congestion Notification").
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/inet_ecn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_ecn.h b/include/net/inet_ecn.h index 3bd2279..84b2083 100644 --- a/include/net/inet_ecn.h +++ b/include/net/inet_ecn.h @@ -150,7 +150,7 @@ static inline int INET_ECN_set_ce(struct sk_buff *skb) } /* - * RFC 6080 4.2 + * RFC 6040 4.2 * To decapsulate the inner header at the tunnel egress, a compliant * tunnel egress MUST set the outgoing ECN field to the codepoint at the * intersection of the appropriate arriving inner header (row) and outer |