config/puppet-manifests/src/modules/platform/templates/ovs.add-bridge.erb

7 lines
197 B
Plaintext

ovs-vsctl --timeout 10 -- --may-exist add-br <%= @name -%>
-- set bridge <%= @name -%>
<%- @attributes.each do |attribute| -%>
<%= attribute -%>
<%- end -%>
datapath_type=<%= @datapath_type -%>