cidr_to_acl
ys1r
0.1.0
In ys1r::
ipaggregator
ys1r
::
ipaggregator
Function
cidr_
to_
acl
Copy item path
Source
pub fn cidr_to_acl(cidr: &
Cidr
) ->
String
Expand description
Converts a CIDR block into ACL format:
/32 → “host x.x.x.x”
otherwise → “network subnet-mask”