The networking module for RHEL/Fedora based distros
Members
Create a bond script in /etc/modprobe.d with the passed settings
CLI Example:
salt '*' ip.build_bond br0 mode=balance-alb
Build an interface script for a network interface.
CLI Example:
salt '*' ip.build_interface eth0 eth <settings>
Shutdown a network interface
CLI Example:
salt '*' ip.down eth0
Test whether a path exists. Returns False for broken symbolic links
Return the content of a bond script
CLI Example:
salt '*' ip.get_bond br0
Return the contents of an interface script
CLI Example:
salt '*' ip.get_interface eth0