Skip to content

Commit

Permalink
Shrink address pool
Browse files Browse the repository at this point in the history
Signed-off-by: mi2428 <[email protected]>
  • Loading branch information
mi2428 committed Feb 27, 2019
1 parent 8a131f9 commit 96b9a5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kea/4010_noc-private.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"subnet": "203.178.156.64/26",
"pools": [
{
"pool": "203.178.156.67 - 203.178.156.126"
"pool": "203.178.156.67 - 203.178.156.116"
}
],
"option-data": [
Expand Down
2 changes: 1 addition & 1 deletion kea/4030_camp-guest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"subnet": "203.178.158.0/23",
"pools": [
{
"pool": "203.178.158.3 - 203.178.159.254"
"pool": "203.178.158.3 - 203.178.159.244"
}
],
"option-data": [
Expand Down
2 changes: 1 addition & 1 deletion kea/4031_camp-guest-nofw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"subnet": "203.178.157.0/27",
"pools": [
{
"pool": "203.178.157.3 - 203.178.157.30"
"pool": "203.178.157.3 - 203.178.157.25"
}
],
"option-data": [
Expand Down
2 changes: 1 addition & 1 deletion kea/4032_camp-guest-isp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"subnet": "10.32.0.0/24",
"pools": [
{
"pool": "10.32.0.3 - 10.32.0.254"
"pool": "10.32.0.3 - 10.32.0.244"
}
],
"option-data": [
Expand Down

0 comments on commit 96b9a5c

Please sign in to comment.