From a9535d5311889d07240fe27a2cf8fbb803965484 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 8 Feb 2017 16:18:37 +0100 Subject: [PATCH] nic_router.run: update to new usage of the VFS tag Use instead of . Ref #2193 --- repos/libports/run/nic_router.run | 72 +++++++++++-------------------- 1 file changed, 24 insertions(+), 48 deletions(-) diff --git a/repos/libports/run/nic_router.run b/repos/libports/run/nic_router.run index 67424cc03a..a68a523cd1 100644 --- a/repos/libports/run/nic_router.run +++ b/repos/libports/run/nic_router.run @@ -166,12 +166,10 @@ append_if $udp_down_to_down_1 config { + - - - + server_ip="10.0.98.33" server_port="1337"/> @@ -183,11 +181,9 @@ append_if $udp_down_to_down_1 config { + - - - + gateway="10.0.99.33" netmask="255.255.255.0" port="1337"/> } @@ -201,12 +197,10 @@ append_if $udp_up_to_down_1 config { + - - - + server_ip="10.0.2.55" server_port="1"/> @@ -218,11 +212,9 @@ append_if $udp_up_to_down_1 config { + - - - + gateway="18.17.16.14" netmask="255.255.0.0" port="1"/> } @@ -236,12 +228,10 @@ append_if $udp_down_to_up_1 config { + - - - + server_ip="10.0.2.70" server_port="65535"/> @@ -253,11 +243,9 @@ append_if $udp_down_to_up_1 config { + - - - + netmask="255.255.255.0" gateway="10.0.2.55" port="65535"/> } @@ -271,11 +259,9 @@ append_if $tcp_up_to_down_1 config { + - - - + netmask="255.255.255.0" gateway="192.168.1.1" http_port="80"/> @@ -286,11 +272,9 @@ append_if $tcp_up_to_down_1 config { + - - - + http_port="80"/> } @@ -304,12 +288,10 @@ append_if $tcp_up_to_down_2 config { + - - - + http_port="8080"/> @@ -320,11 +302,9 @@ append_if $tcp_up_to_down_2 config { + - - - + http_port="8080"/> } @@ -338,11 +318,9 @@ append_if $tcp_down_to_up_1 config { + - - - + netmask="255.255.255.0" gateway="10.0.2.1" http_port="2345"/> @@ -353,12 +331,10 @@ append_if $tcp_down_to_up_1 config { + - - - + server_ip="10.0.2.11" http_port="2345"/> }