Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89805
b: refs/heads/master
c: 5fe47b8
h: refs/heads/master
i:
  89803: bd93cba
v: v3
  • Loading branch information
Juha-Matti Tapio authored and David S. Miller committed Feb 29, 2008
1 parent 7acccea commit d06c15d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c4544c724322984923b3331a4319ae60a62b7803
refs/heads/master: 5fe47b8a65f8b4104e41dc46092dfcf942ce0758
5 changes: 5 additions & 0 deletions trunk/net/ipv6/addrlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static struct ip6addrlbl_table
* ::ffff:0:0/96 V4MAPPED 4
* fc00::/7 N/A 5 ULA (RFC 4193)
* 2001::/32 N/A 6 Teredo (RFC 4380)
* 2001:10::/28 N/A 7 ORCHID (RFC 4843)
*
* Note: 0xffffffff is used if we do not have any policies.
*/
Expand Down Expand Up @@ -85,6 +86,10 @@ static const __initdata struct ip6addrlbl_init_table
.prefix = &(struct in6_addr){{{ 0x20, 0x01 }}},
.prefixlen = 32,
.label = 6,
},{ /* 2001:10::/28 */
.prefix = &(struct in6_addr){{{ 0x20, 0x01, 0x00, 0x10 }}},
.prefixlen = 28,
.label = 7,
},{ /* ::ffff:0:0 */
.prefix = &(struct in6_addr){{{ [10] = 0xff, [11] = 0xff }}},
.prefixlen = 96,
Expand Down

0 comments on commit d06c15d

Please sign in to comment.