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
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.linux_ip.html