File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 111
111
{
112
112
// White pool (110-119 are for reservations)
113
113
"pool" : " 192.0.2.120-192.0.2.199" ,
114
- "client-classes" : [ " white" ]
114
+ "client-classes" : [ " white" ]
115
115
}
116
116
117
117
// Note there are not pools available to anyone. This is
Original file line number Diff line number Diff line change @@ -7008,7 +7008,7 @@ everything connected behind the modems should get addresses from the
7008
7008
{
7009
7009
"id": 1,
7010
7010
"subnet": "10.1.1.0/24",
7011
- "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
7011
+ "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
7012
7012
"client-classes": [ "docsis3.0" ],
7013
7013
"relay": {
7014
7014
"ip-addresses": [ "10.1.1.1" ]
Original file line number Diff line number Diff line change @@ -6037,7 +6037,7 @@ on option 1234 values.
6037
6037
{
6038
6038
"name": "galah",
6039
6039
"relay": {
6040
- "ip-addresses": [ "2001:db8:2:34::1" ]
6040
+ "ip-addresses": [ "2001:db8:2:34::1" ]
6041
6041
},
6042
6042
"subnet6": [
6043
6043
{
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ to segregate BOOTP clients into separate pools. For example:
64
64
{
65
65
// BOOTP clients will be handled here
66
66
"pool": "192.0.2.200 - 192.0.2.254",
67
- "client-classes": [ "BOOTP" ]
67
+ "client-classes": [ "BOOTP" ]
68
68
},
69
69
{
70
70
// Regular DHCP clients will be handled here
You can’t perform that action at this time.
0 commit comments