diff options
author | John Crispin <john@openwrt.org> | 2008-08-26 07:23:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-26 07:23:29 +0000 |
commit | aa6c019c11e77e34e02fe4884016a82fa37ab5ed (patch) | |
tree | 5b08dd4fe93b32317e0023459e2d648c923cd70d /package/firewall/files/firewall.config | |
parent | a4ad20d76b10f90164a5be20de4e1584899031e9 (diff) | |
download | mtk-20170518-aa6c019c11e77e34e02fe4884016a82fa37ab5ed.zip mtk-20170518-aa6c019c11e77e34e02fe4884016a82fa37ab5ed.tar.gz mtk-20170518-aa6c019c11e77e34e02fe4884016a82fa37ab5ed.tar.bz2 |
use proto instead of protocol in uci firewall
SVN-Revision: 12391
Diffstat (limited to 'package/firewall/files/firewall.config')
-rwxr-xr-x | package/firewall/files/firewall.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 0731690..fe5d38d 100755 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -50,7 +50,7 @@ config forwarding # option dest lan # option dest_ip 192.168.16.235 # option dest_port 80 -# option protocol tcp +# option proto tcp # include a file with users custom iptables rules #config include |