ip
The address (IPv4Address
) without network information.
1 2 3 | >>> interface = IPv4Interface( '192.0.2.5/24' ) >>> interface.ip IPv4Address( '192.0.2.5' ) |
ip
The address (IPv4Address
) without network information.
1 2 3 | >>> interface = IPv4Interface( '192.0.2.5/24' ) >>> interface.ip IPv4Address( '192.0.2.5' ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.