Install openvswitch-switch

Needed for the ovs-vsctl command used in ensure-bridge.

Change-Id: Ie33736850ec8186f0c90b82b6fbb0fd57fe47dc9
This commit is contained in:
Derek Higgins 2014-01-08 10:51:08 +00:00
parent d4542aa2af
commit 713ca332c6
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eux
install-packages openvswitch-switch
if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then
systemctl enable openvswitch.service
fi