On Thu, May 22, 2014 at 4:01 AM, Jogi Hofmüller <j...@mur.at> wrote:
> 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?
Open vSwitch starts after networking. The only ordering problem that I
am aware of is a circular dependency with NFS.
>
> Regards,
> --
> j.hofmüller aka Thesix  >-<#!&$@@@?         http://thesix.mur.at/
>
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to