From f2a67a32a6e10dc0dea8f092466f08584e24610b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 24 Nov 2011 07:39:00 +0700 Subject: Delete old templates of outside/inside address nodes --- .../nat/destination/rule/node.tag/inside-address/address/node.def | 7 ------- .../nat/destination/rule/node.tag/inside-address/node.def | 1 - .../nat/destination/rule/node.tag/inside-address/port/node.def | 6 ------ .../nat/source/rule/node.tag/outside-address/address/node.def | 8 -------- templates-cfg/nat/source/rule/node.tag/outside-address/node.def | 1 - .../nat/source/rule/node.tag/outside-address/port/node.def | 6 ------ 6 files changed, 29 deletions(-) delete mode 100644 templates-cfg/nat/destination/rule/node.tag/inside-address/address/node.def delete mode 100644 templates-cfg/nat/destination/rule/node.tag/inside-address/node.def delete mode 100644 templates-cfg/nat/destination/rule/node.tag/inside-address/port/node.def delete mode 100644 templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def delete mode 100644 templates-cfg/nat/source/rule/node.tag/outside-address/node.def delete mode 100644 templates-cfg/nat/source/rule/node.tag/outside-address/port/node.def (limited to 'templates-cfg') diff --git a/templates-cfg/nat/destination/rule/node.tag/inside-address/address/node.def b/templates-cfg/nat/destination/rule/node.tag/inside-address/address/node.def deleted file mode 100644 index a00b483..0000000 --- a/templates-cfg/nat/destination/rule/node.tag/inside-address/address/node.def +++ /dev/null @@ -1,7 +0,0 @@ -type: txt - -help: Inside IP address or range for NAT - -val_help: ipv4 ; NAT to the specified IP address -val_help: ipv4range ; NAT to the specified IP range -val_help: ipv4net ; NAT to the specified network address. Host part of the address will remain unchanged diff --git a/templates-cfg/nat/destination/rule/node.tag/inside-address/node.def b/templates-cfg/nat/destination/rule/node.tag/inside-address/node.def deleted file mode 100644 index e13cd32..0000000 --- a/templates-cfg/nat/destination/rule/node.tag/inside-address/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Inside NAT IP (used by destination NAT only) diff --git a/templates-cfg/nat/destination/rule/node.tag/inside-address/port/node.def b/templates-cfg/nat/destination/rule/node.tag/inside-address/port/node.def deleted file mode 100644 index ab6f9d4..0000000 --- a/templates-cfg/nat/destination/rule/node.tag/inside-address/port/node.def +++ /dev/null @@ -1,6 +0,0 @@ -type: txt - -help: Inside port - -val_help: u32:1-65535 ; Numbered port -val_help: - ; Numbered port range (e.g., 1001-1005) diff --git a/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def b/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def deleted file mode 100644 index 24bf89c..0000000 --- a/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt - -help: Outside IP address or range for NAT - -val_help: ipv4 ; NAT to the specified IP address -val_help: ipv4range ; NAT to the specified IP range -val_help: ipv4net ; NAT to the specified network address. Host part of the address will remain unchanged -val_help: masquerade ; NAT to the primary address of outbound-interface \ No newline at end of file diff --git a/templates-cfg/nat/source/rule/node.tag/outside-address/node.def b/templates-cfg/nat/source/rule/node.tag/outside-address/node.def deleted file mode 100644 index b8e1e19..0000000 --- a/templates-cfg/nat/source/rule/node.tag/outside-address/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Outside NAT IP (used by source NAT only) diff --git a/templates-cfg/nat/source/rule/node.tag/outside-address/port/node.def b/templates-cfg/nat/source/rule/node.tag/outside-address/port/node.def deleted file mode 100644 index 8e3b331..0000000 --- a/templates-cfg/nat/source/rule/node.tag/outside-address/port/node.def +++ /dev/null @@ -1,6 +0,0 @@ -type: txt - -help: Outside port - -val_help: u32:1-65535 ; Numbered port -val_help: - ; Numbered port range (e.g., 1001-1005) -- cgit v1.2.3