From 5627667654db791fc105117c8d5717caacbaa1b9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 11 Aug 2008 22:27:36 +0000 Subject: uci firewall - make uci firewall default and remove old code - fix up dependencies SVN-Revision: 12284 --- package/firewall/files/old/firewall.config | 48 ------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 package/firewall/files/old/firewall.config (limited to 'package/firewall/files/old/firewall.config') diff --git a/package/firewall/files/old/firewall.config b/package/firewall/files/old/firewall.config deleted file mode 100644 index 1b92954c93..0000000000 --- a/package/firewall/files/old/firewall.config +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -# RULE SYNTAX: -# -# forward::[:] -# - forwards all packets matched by to , -# optionally changing the port to -# -# accept: -# - accepts all traffic matched by -# -# drop: -# - drops all traffic matched by -# -# -# MATCHING OPTIONS: -# -# src= -# - match the source ip -# -# dest= -# - match the destination ip -# -# proto= -# - match the protocol by name or number -# -# sport= -# - match the source port(s), see below for syntax -# -# dport= -# - match the destination port(s), see below for syntax -# -# -# -# PORT SYNTAX: -# -# You can enter an arbitrary list of ports and port ranges in the following format: -# - 22,53,993,1000-1024 -# -# If you don't set the protocol to tcp or udp, it will apply to both -# -# -# -# EXAMPLES: -# -# drop:dport=22 src=1.3.3.7 -# accept:proto=tcp dport=22 -# forward:dport=60168:192.168.1.2:60169 -- cgit v1.2.3