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

Ben Pfaff blp at nicira.com
Thu Oct 31 17:24:01 UTC 2013


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:
> +                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>



More information about the dev mailing list