fix: fix dhcp ipv6 pool
This commit is contained in:
parent
503307f0d6
commit
27bfbde5b5
|
@ -85,10 +85,10 @@
|
|||
|
||||
subnet6 = [
|
||||
{
|
||||
subnet = "2a02:908:5b1:e3c0::/59";
|
||||
subnet = "2a02:908:5b1:e3c0::/64";
|
||||
|
||||
pools = [
|
||||
{ pool = "2a02:908:5b1:e3c0::/59"; }
|
||||
{ pool = "2a02:908:5b1:e3c0::/64"; }
|
||||
];
|
||||
|
||||
option-data = [
|
||||
|
|
Loading…
Reference in a new issue