Hi, Am 2014-05-21 17:09, schrieb Gurucharan Shetty:
>> I am currently using version 1.9.3+git20131029-1.1 from Debian/testing
> OVS 1.9.3 lacks full integration of interfaces file with open vswitch.
>
> You will have to manually do a:
>
> ifup --allow=ovs $list_of_bridges
> ifdown --allow=ovs $list_of_bridges
Thanks, I am aware of that.
> 1.10 and later has the following function that does the same in
> /etc/init.d/openvswitch-switch
> network_interfaces () {
> [ -z "${RUNLEVEL}" ] && return
> INTERFACES="/etc/network/interfaces"
> [ -e "${INTERFACES}" ] || return
> bridges=`awk '{ if ($1 == "allow-ovs") { print $2; } }' "${INTERFACES}"`
> [ -n "${bridges}" ] && $1 --allow=ovs ${bridges}
> }
How do you see the question of ordering init scripts for networking and
openvswitch then?
Regards,
--
j.hofmüller aka Thesix >-<#!&$@@@? http://thesix.mur.at/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
