We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c8b97 + 64ffbbc commit 8454880Copy full SHA for 8454880
lib/puppet/provider/libvirt_network/virsh.rb
@@ -93,6 +93,9 @@ def content
93
xml.root.elements.delete('//mac')
94
# remove the connections
95
xml.root.attributes.delete('connections')
96
+ xml.root.elements.each('//forward/interface[@connections]') do |el|
97
+ el.attributes.delete('connections')
98
+ end
99
formatter = REXML::Formatters::Pretty.new(2)
100
formatter.compact = true
101
output = ''.dup
0 commit comments