Module for getting information about network addresses.
New in version 2016.3.0.
depends: | netaddr |
---|
salt.modules.netaddress.
cidr_broadcast
(cidr)Get the broadcast address associated with a CIDR address.
CLI example:
salt myminion netaddress.cidr_netmask 192.168.0.0/20
salt.modules.netaddress.
cidr_netmask
(cidr)Get the netmask address associated with a CIDR address.
CLI example:
salt myminion netaddress.cidr_netmask 192.168.0.0/20
Generated on February 25, 2019 at 06:53:47 MST.
You are viewing docs for the previous stable release, 2017.7.8. Switch to docs for the latest stable release, 2018.3.3, or to a recent doc build from the develop branch.
© 2019 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy