fix wrong number in service-ip-dynamic-and-static-allocation
This commit is contained in:
@@ -101,7 +101,7 @@ pie showData
|
||||
#### Service IP CIDR block: 10.96.0.0/20
|
||||
|
||||
Range Size: 2<sup>12</sup> - 2 = 4094
|
||||
Band Offset: `min(max(16,256/16),256)` = `min(256,256)` = 256
|
||||
Band Offset: `min(max(16,4096/16),256)` = `min(256,256)` = 256
|
||||
Static band start: 10.96.0.1
|
||||
Static band end: 10.96.1.0
|
||||
Range end: 10.96.15.254
|
||||
|
||||
Reference in New Issue
Block a user