Skip to content

Commit d8dc384

Browse files
committed
[zh-cn] update service-ip-dynamic-and-static-allocation
1 parent b88ef07 commit d8dc384

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/zh-cn/blog/_posts/2022-05-23-service-ip-dynamic-and-static-allocation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ Examples:
156156

157157
<!--
158158
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
160160
Static band start: 10.96.0.1
161161
Static band end: 10.96.0.16
162162
Range end: 10.96.0.254
163163
-->
164164
地址段大小: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
166166
静态地址段起点:10.96.0.1
167167
静态地址段终点:10.96.0.16
168168
地址范围终点:10.96.0.254
@@ -189,13 +189,13 @@ title 10.96.0.0/24
189189

190190
<!--
191191
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
193193
Static band start: 10.96.0.1
194194
Static band end: 10.96.1.0
195195
Range end: 10.96.15.254
196196
-->
197197
地址段大小: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
199199
静态地址段起点:10.96.0.1
200200
静态地址段终点:10.96.1.0
201201
地址范围终点:10.96.15.254
@@ -222,13 +222,13 @@ title 10.96.0.0/20
222222

223223
<!--
224224
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
226226
Static band start: 10.96.0.1
227227
Static band ends: 10.96.1.0
228228
Range end: 10.96.255.254
229229
-->
230230
地址段大小: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
232232
静态地址段起点:10.96.0.1
233233
静态地址段终点:10.96.1.0
234234
地址范围终点:10.96.255.254

0 commit comments

Comments
 (0)