[ovs-dev] [PATCH] debian: Option to create tunnel through 'interfaces'.

Vasiliy Tolstov v.tolstov at selfip.ru
Fri Nov 1 10:13:07 UTC 2013


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.

2013/10/31 Gurucharan Shetty <shettyg at nicira.com>:
> On Thu, Oct 31, 2013 at 10:24 AM, Ben Pfaff <blp at 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 <gshetty at 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 <blp at nicira.com>
> Thanks. I pushed this to master.
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



-- 
Vasiliy Tolstov,
e-mail: v.tolstov at selfip.ru
jabber: vase at selfip.ru



More information about the dev mailing list