On Tue, Sep 01, 2015 at 08:28:04PM -0300, Marcelo Amaral wrote:
> Signed-off-by: Marcelo Amaral <marcelo.ama...@bsc.es>
> 
> When OpenStack create a virtual router using OpenDaylight,
> the default gateway does not respond ping, since it does not
> implement the full network stack. The solution is the reply the
> gateway pings from OVS.
> 
> However, currently OVS does not allow changing icmp
> message type and code, because the attributes are
> read only. The patch is simply changing those attributes to
> read/write.
> The changes were verified via make check.
I'm pretty sure that just changing read-only to read/write is
insufficient.  I think that you also need to add code to the datapaths
to actually modify the ICMP type and code in packets.  I don't see any
code to do that now.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to