@@ -86,7 +86,7 @@ Examples:
86
86
# ### Service IP CIDR block: 10.96.0.0/24
87
87
88
88
Range Size : 2<sup>8</sup> - 2 = 254
89
- Band Offset : ` min(max(16,256/16),256)` = `min(16,256)` = 16
89
+ Band Offset : ` min(max(16, 256/16), 256)` = `min(16, 256)` = 16
90
90
Static band start : 10.96.0.1
91
91
Static band end : 10.96.0.16
92
92
Range end : 10.96.0.254
@@ -101,7 +101,7 @@ pie showData
101
101
# ### Service IP CIDR block: 10.96.0.0/20
102
102
103
103
Range Size : 2<sup>12</sup> - 2 = 4094
104
- Band Offset : ` min(max(16,256 /16),256)` = `min(256,256)` = 256
104
+ Band Offset : ` min(max(16, 4096 /16), 256)` = `min(256, 256)` = 256
105
105
Static band start : 10.96.0.1
106
106
Static band end : 10.96.1.0
107
107
Range end : 10.96.15.254
@@ -116,7 +116,7 @@ pie showData
116
116
# ### Service IP CIDR block: 10.96.0.0/16
117
117
118
118
Range Size : 2<sup>16</sup> - 2 = 65534
119
- Band Offset : ` min(max(16,65536/16),256)` = `min(4096,256)` = 256
119
+ Band Offset : ` min(max(16, 65536/16), 256)` = `min(4096, 256)` = 256
120
120
Static band start : 10.96.0.1
121
121
Static band ends : 10.96.1.0
122
122
Range end : 10.96.255.254
0 commit comments