[PATCH 17/18] Multiple udp ports: Add to test

Ian Jackson ijackson at chiark.greenend.org.uk
Wed Aug 17 23:54:35 BST 2011


For testing, add an extra port to one of the sites in test-example.

Signed-off-by: Ian Jackson <ijackson at chiark.greenend.org.uk>
---
 test-example/inside.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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);
 };
-- 
1.7.2.5




More information about the sgo-software-discuss mailing list