with_prefixlen
A string representation of the interface with the mask in prefix notation.
>>> interface = IPv4Interface('192.0.2.5/24')
>>> interface.with_prefixlen
'192.0.2.5/24'
with_prefixlen
A string representation of the interface with the mask in prefix notation.
>>> interface = IPv4Interface('192.0.2.5/24')
>>> interface.with_prefixlen
'192.0.2.5/24'
Please login to continue.