45e05dd4b8
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 |
||
---|---|---|
.. | ||
neutron.rb |