Module for getting information about network addresses.
New in version 2016.3.0.
depends: | netaddr |
---|
Get the broadcast address associated with a CIDR address.
CLI example:
salt myminion netaddress.cidr_netmask 192.168.0.0/20
Get the netmask address associated with a CIDR address.
CLI example:
salt myminion netaddress.cidr_netmask 192.168.0.0/20
Get a list of IP addresses from a CIDR.
CLI example:
salt myminion netaddress.list_cidr_ips 192.168.0.0/20
Get a list of IPv6 addresses from a CIDR.
CLI example:
salt myminion netaddress.list_cidr_ips_ipv6 192.168.0.0/20
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.netaddress.html