Hi Andrei,
On Fri, Feb 24, 2012, Andrei Emeltchenko wrote:
On Fri, Feb 24, 2012 at 10:44:25AM +0200, Andrei Emeltchenko wrote:
quoted
From: Andrei Emeltchenko <redacted>
Make l2test able to set channel policy socket option.
---
test/l2test.c | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/test/l2test.c b/test/l2test.c
index 3705fdc..9f615a2 100644
--- a/test/l2test.c
+++ b/test/l2test.c
@@ -116,6 +116,7 @@ static int timestamp = 0;
static int defer_setup = 0;
static int priority = -1;
static int rcvbuf = 0;
+static int chan_policy;
Sorry shall be:
-static int chan_policy;
+static int chan_policy = -1;
You could have just sent a v3 for that. Anyway, I went ahead and fixed
it now myself and all three patches have been pushed upstream. Thanks.
Johan:w