Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
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 }}