with_prefixlen
A string representation of the interface with the mask in prefix notation.
1 2 3 | >>> 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.
1 2 3 | >>> interface = IPv4Interface( '192.0.2.5/24' ) >>> interface.with_prefixlen '192.0.2.5/24' |
Designed by : w10schools
service@w10schools.com
Please login to continue.