On Fri, Nov 1, 2013 at 3:13 AM, Vasiliy Tolstov <v.tols...@selfip.ru> wrote:
> Is that possible to add ability to bring up ovs interfaces in case it
> defined not in /etc/network/interfaces but using source xxx, for
> example i have
> /etc/network/interfaces:
> source /etc/network/interfaces.d/*
>
> and in  /etc/network/interfaces.d/XXX i'm configure each interface.
It is not possible with the current code. It only looks at
/etc/network/interfaces


>
> 2013/10/31 Gurucharan Shetty <shet...@nicira.com>:
>> On Thu, Oct 31, 2013 at 10:24 AM, Ben Pfaff <b...@nicira.com> wrote:
>>> On Thu, Oct 31, 2013 at 09:24:08AM -0700, Gurucharan Shetty wrote:
>>>> This is a port of commit 7b75828bf5654c (rhel: Option to create tunnel
>>>> through ifcfg scripts.) from rhel to debian's ifupdown script.
>>>>
>>>> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
>>>
>>> It looks like the first and later lines of this command are all indented
>>> the same amount, which makes it harder to pick it out visually as a
>>> single command:
>> I added the correct indentation.
>>>> +                ovs_vsctl -- --may-exist add-port "${IF_OVS_BRIDGE}"\
>>>> +                "${IFACE}" ${IF_OVS_OPTIONS} -- set Interface "${IFACE}" \
>>>> +                type=${IF_OVS_TUNNEL_TYPE} ${IF_OVS_TUNNEL_OPTIONS} \
>>>> +                ${OVS_EXTRA+-- $OVS_EXTRA}
>>>> +                ;;
>>>
>>> Otherwise:
>>> Acked-by: Ben Pfaff <b...@nicira.com>
>> Thanks. I pushed this to master.
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev
>
>
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru
> jabber: v...@selfip.ru
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to