Skip to content

Commit

Permalink
Add missing event vlan v6 ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Mar 28, 2024
1 parent 9f31f14 commit 3c1fdc0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions conf/kea-dhcp6.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,44 @@
{
"subnet": "2001:67c:10ec:4c70:8000::3200/120",
"pools": [ { "pool": "2001:67c:10ec:4c70:8000::3210-2001:67c:10ec:4c70:8000::32ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70::4000/120",
"pools": [ { "pool": "2001:67c:10ec:4c70::4010-2001:67c:10ec:4c70::40ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70:8000::4100/120",
"pools": [ { "pool": "2001:67c:10ec:4c70:8000::4110-2001:67c:10ec:4c70:8000::41ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70::4200/120",
"pools": [ { "pool": "2001:67c:10ec:4c70::4210-2001:67c:10ec:4c70::42ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70:8000::4300/120",
"pools": [ { "pool": "2001:67c:10ec:4c70:8000::4310-2001:67c:10ec:4c70:8000::43ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70::4400/120",
"pools": [ { "pool": "2001:67c:10ec:4c70::4410-2001:67c:10ec:4c70::44ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70:8000::4500/120",
"pools": [ { "pool": "2001:67c:10ec:4c70:8000::4510-2001:67c:10ec:4c70:8000::45ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70::4600/120",
"pools": [ { "pool": "2001:67c:10ec:4c70::4610-2001:67c:10ec:4c70::46ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70:8000::4700/120",
"pools": [ { "pool": "2001:67c:10ec:4c70:8000::4710-2001:67c:10ec:4c70:8000::47ff" } ]
},
{
"subnet": "2001:67c:10ec:4c70::4800/120",
"pools": [ { "pool": "2001:67c:10ec:4c70::4810-2001:67c:10ec:4c70::48ff" } ]
}
// Logon (499) has no v6 on purpose!
],

// There are many, many more parameters that DHCPv4 server is able to use.
Expand Down

0 comments on commit 3c1fdc0

Please sign in to comment.