Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
178B

  1. auto {{ port_name }}
  2. allow-{{ port.bridge }} {{ port_name }}
  3. iface {{ port_name }} inet manual
  4. ovs_type OVSIntPort
  5. mtu {{ port.get('mtu', '1500') }}
  6. ovs_bridge {{ port.bridge }}