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

2016-04-22 Thread Joe Stringer
On 21 April 2016 at 17:10, Daniele Di Proietto wrote: > 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 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 and with a >>native >> +dnl linux device inside the namespace. >> +A

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], [10.1.1.100/24]) > +ADD_NATIVE_TUNN

[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 92569f9c4fcf..1b9b5c1e9f15 100