Re: [ovs-dev] [PATCH v2 3/3] system-traffic: Add conntrack floating IP test

2017-11-17 Thread Flavio Leitner
On Thu, 26 Oct 2017 15:30:44 -0400 Eric Garver wrote: > This test cases uses floating IP (FIP) addresses for each endpoint. If > the destination is a FIP, the packet will undergo a transformation of > the form (dst=FIP, src=non-FIP) --> (dst=non-FIP, src=FIP) before > egress.

Re: [ovs-dev] [PATCH v2 3/3] system-traffic: Add conntrack floating IP test

2017-10-27 Thread William Tu
On Thu, Oct 26, 2017 at 12:30 PM, Eric Garver wrote: > This test cases uses floating IP (FIP) addresses for each endpoint. If > the destination is a FIP, the packet will undergo a transformation of > the form (dst=FIP, src=non-FIP) --> (dst=non-FIP, src=FIP) before > egress.

[ovs-dev] [PATCH v2 3/3] system-traffic: Add conntrack floating IP test

2017-10-26 Thread Eric Garver
This test cases uses floating IP (FIP) addresses for each endpoint. If the destination is a FIP, the packet will undergo a transformation of the form (dst=FIP, src=non-FIP) --> (dst=non-FIP, src=FIP) before egress. Otherwise the packet is untouched. This exercises the ct_clear action in the