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 <[email protected]>: > On Thu, Oct 31, 2013 at 10:24 AM, Ben Pfaff <[email protected]> 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 <[email protected]> >> >> 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 <[email protected]> > Thanks. I pushed this to master. > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev -- Vasiliy Tolstov, e-mail: [email protected] jabber: [email protected] _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
