puppet-neutron/lib/puppet/provider/neutron_l3_ovs_bridge
Ruediger Rissmann 45e05dd4b8 Corrects "ip link set" command
neutron_l3_ovs_bridge/neutron.rb executes the command
ip link set @resource[:name] up

This command fails when the resource name is “br” with the following error:
ip link set br up
"up" is invalid lladdr.

To correct this error execute with “ip link set dev @resource[:name] up”:

from ip link help:
ip link set { dev DEVICE | group DEVGROUP } [ { up | down }

Change-Id: I35b5ee79b05c01d4261935a55c8b3b86a7c8d8b2
2015-02-18 15:46:22 +01:00
..
neutron.rb Corrects "ip link set" command 2015-02-18 15:46:22 +01:00