Module for getting information about network addresses.
New in version 2016.3.0.
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
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy