@@ -156,13 +156,13 @@ Examples:
156
156
157
157
<!--
158
158
Range Size : 2<sup>8</sup> - 2 = 254
159
- Band Offset : ` min(max(16,256/16),256)` = `min(16,256)` = 16
159
+ Band Offset : ` min(max(16, 256/16), 256)` = `min(16, 256)` = 16
160
160
Static band start : 10.96.0.1
161
161
Static band end : 10.96.0.16
162
162
Range end : 10.96.0.254
163
163
-->
164
164
地址段大小:2<sup>8</sup> - 2 = 254
165
- 地址段偏移:`min(max(16,256/16),256)` = `min(16,256)` = 16
165
+ 地址段偏移:`min(max(16, 256/16), 256)` = `min(16, 256)` = 16
166
166
静态地址段起点:10.96.0.1
167
167
静态地址段终点:10.96.0.16
168
168
地址范围终点:10.96.0.254
@@ -189,13 +189,13 @@ title 10.96.0.0/24
189
189
190
190
<!--
191
191
Range Size : 2<sup>12</sup> - 2 = 4094
192
- Band Offset : ` min(max(16,4094 /16),256)` = `min(256,256)` = 256
192
+ Band Offset : ` min(max(16, 4096 /16), 256)` = `min(256, 256)` = 256
193
193
Static band start : 10.96.0.1
194
194
Static band end : 10.96.1.0
195
195
Range end : 10.96.15.254
196
196
-->
197
197
地址段大小:2<sup>12</sup> - 2 = 4094
198
- 地址段偏移:`min(max(16,4094 /16),256)` = `min(256,256)` = 256
198
+ 地址段偏移:`min(max(16, 4096 /16), 256)` = `min(256, 256)` = 256
199
199
静态地址段起点:10.96.0.1
200
200
静态地址段终点:10.96.1.0
201
201
地址范围终点:10.96.15.254
@@ -222,13 +222,13 @@ title 10.96.0.0/20
222
222
223
223
<!--
224
224
Range Size : 2<sup>16</sup> - 2 = 65534
225
- Band Offset : ` min(max(16,65536/16),256)` = `min(4096,256)` = 256
225
+ Band Offset : ` min(max(16, 65536/16), 256)` = `min(4096, 256)` = 256
226
226
Static band start : 10.96.0.1
227
227
Static band ends : 10.96.1.0
228
228
Range end : 10.96.255.254
229
229
-->
230
230
地址段大小:2<sup>16</sup> - 2 = 65534
231
- 地址段偏移:`min(max(16,65536/16),256)` = `min(4096,256)` = 256
231
+ 地址段偏移:`min(max(16, 65536/16), 256)` = `min(4096, 256)` = 256
232
232
静态地址段起点:10.96.0.1
233
233
静态地址段终点:10.96.1.0
234
234
地址范围终点:10.96.255.254
0 commit comments