Re: [OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-29 Thread Hans Dedecker
On Mon, Sep 29, 2014 at 12:55 AM, Catalin Patulea wrote: > On Sun, Sep 28, 2014 at 3:34 PM, Hans Dedecker wrote: >> diff --git a/system-linux.c b/system-linux.c >> index c4d89be..7f14ca9 100644 >> --- a/system-linux.c >> +++ b/system-linux.c >> @@ -1703,6 +1705,29 @@ static int system_add_gre_tun

Re: [OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-28 Thread Catalin Patulea
On Sun, Sep 28, 2014 at 3:34 PM, Hans Dedecker wrote: > diff --git a/system-linux.c b/system-linux.c > index c4d89be..7f14ca9 100644 > --- a/system-linux.c > +++ b/system-linux.c > @@ -1703,6 +1705,29 @@ static int system_add_gre_tunnel(const char *name, > const char *kind, > > nla_put_u8

[OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-28 Thread Hans Dedecker
Tos support is added as a generic gre parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker --- system-linux.c | 35 ++- system.c | 1 + system.h