From 61ba3a5289a27f6d4fc893a8bb956045d61d80a7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 20 Jul 2011 19:03:57 +0100 Subject: [PATCH] Multiple udp ports: Add to test For testing, add an extra port to one of the sites in test-example. Signed-off-by: Ian Jackson --- test-example/inside.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-example/inside.conf b/test-example/inside.conf index 4d41f30..49f2b1c 100644 --- a/test-example/inside.conf +++ b/test-example/inside.conf @@ -8,6 +8,9 @@ netlink tun { interface "secnet-test-i"; }; comm udp { + port 16913; + buffer sysbuffer(4096); +}, udp { port 16910; buffer sysbuffer(4096); }; -- 2.30.2