From 75ceffb4582334066b988683bf88cbe02bc1ffe6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 3 Nov 2017 16:15:03 +0800 Subject: [PATCH] Fix typo in sample gns3_server.conf. Fixes #1210. --- conf/gns3_server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/gns3_server.conf b/conf/gns3_server.conf index bd4d8991..83ab86ec 100644 --- a/conf/gns3_server.conf +++ b/conf/gns3_server.conf @@ -28,7 +28,7 @@ console_end_port_range = 10000 ; First port of the range allocated for inter-device communication. Two ports are allocated per link. udp_start_port_range = 10000 ; Last port of the range allocated for inter-device communication. Two ports are allocated per link -udp_start_end_range = 20000 +udp_end_port_range = 20000 ; uBridge executable location, default: search in PATH ;ubridge_path = ubridge