The networking module for Non-RH/Deb Linux distros
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 current routing table
CLI Examples:
salt '*' ip.get_routes
salt '*' ip.get_routes eth0
Start up a network interface
CLI Example:
salt '*' ip.up eth0
Generated on December 18, 2024 at 17:29:25 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