The networking module for RHEL/Fedora based distros
Apply global network configuration.
CLI Example:
salt '*' ip.apply_network_settings
Build an interface script for a network interface.
CLI Example:
salt '*' ip.build_interface eth0 eth <settings>
Build the global network script.
CLI Example:
salt '*' ip.build_network_settings <settings>
Build a route script for a network interface.
CLI Example:
salt '*' ip.build_routes eth0 <settings>
Shutdown a network interface
CLI Example:
salt '*' ip.down eth0
Return the contents of an interface script
CLI Example:
salt '*' ip.get_interface eth0
Return the contents of the global network script.
CLI Example:
salt '*' ip.get_network_settings
Return the contents of the interface routes script.
CLI Example:
salt '*' ip.get_routes eth0
Start up a network interface
CLI Example:
salt '*' ip.up eth0
Generated on October 23, 2024 at 09:02:05 UTC.
You are viewing docs for the previous stable release, 3006.9. Switch to docs for the latest stable release, 3007.1, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy