On 04/08/2013 11:27 PM, Gurucharan Shetty wrote:
> Bug #15518.
> Signed-off-by: Gurucharan Shetty <[email protected]>
> ---
>  rhel/etc_init.d_openvswitch      |    1 +
>  xenserver/etc_init.d_openvswitch |    1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
> index 55a13a7..3d79b6a 100755
> --- a/rhel/etc_init.d_openvswitch
> +++ b/rhel/etc_init.d_openvswitch
> @@ -49,6 +49,7 @@ start () {
>      "$@"
>  
>      ovs_ctl --protocol=gre enable-protocol
> +    ovs_ctl --protocol=udp --dport=8472 enable-protocol
>  
>      touch /var/lock/subsys/openvswitch
>  }
> diff --git a/xenserver/etc_init.d_openvswitch 
> b/xenserver/etc_init.d_openvswitch
> index 9c0fe80..6e94b92 100755
> --- a/xenserver/etc_init.d_openvswitch
> +++ b/xenserver/etc_init.d_openvswitch
> @@ -82,6 +82,7 @@ start () {
>      start_ovs_xapi_sync
>  
>      ovs_ctl --protocol=gre enable-protocol
> +    ovs_ctl --protocol=udp --dport=8472 enable-protocol
>  
>      touch /var/lock/subsys/openvswitch
>  }

While not reported in the bug, I think the same should be done for LISP
(UDP port 4341).  Should I send a separate patch?

-Lori
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to