Re: [ovs-dev] [PATCH 1/2] system-traffic: Add basic gre tunnel sanity test.

2016-04-21 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto On 21/04/2016 13:29, "Joe Stringer" wrote: >On 20 April 2016 at 16:07, Joe Stringer wrote: >> Signed-off-by: Joe Stringer >> --- > > >> +dnl Set up tunnel endpoints on OVS outside the namespace

Re: [ovs-dev] [PATCH 1/2] system-traffic: Add basic gre tunnel sanity test.

2016-04-21 Thread Joe Stringer
On 20 April 2016 at 16:07, Joe Stringer wrote: > Signed-off-by: Joe Stringer > --- > +dnl Set up tunnel endpoints on OVS outside the namespace and with a native > +dnl linux device inside the namespace. > +ADD_OVS_TUNNEL([gre], [br0], [at_gre0], [172.31.1.1],

[ovs-dev] [PATCH 1/2] system-traffic: Add basic gre tunnel sanity test.

2016-04-20 Thread Joe Stringer
Signed-off-by: Joe Stringer --- tests/system-common-macros.at | 4 tests/system-traffic.at | 41 + 2 files changed, 45 insertions(+) diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at index