Install openvswitch-switch
Needed for the ovs-vsctl command used in ensure-bridge. Change-Id: Ie33736850ec8186f0c90b82b6fbb0fd57fe47dc9
This commit is contained in:
parent
d4542aa2af
commit
713ca332c6
8
elements/network-utils/install.d/70-network-utils
Executable file
8
elements/network-utils/install.d/70-network-utils
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
install-packages openvswitch-switch
|
||||
|
||||
if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then
|
||||
systemctl enable openvswitch.service
|
||||
fi
|
Loading…
Reference in New Issue
Block a user