1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:37:36 +03:00

[package/firewall] minor change: adjust formatting of firewall.config

- remove trailing whitespaces (s/\ $//g)
 - replace spaces with tabs between options and values

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31427 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2012-04-21 19:42:28 +00:00
parent 8012e885db
commit 031a7820e2

View File

@ -23,8 +23,8 @@ config zone
option mtu_fix 1
config forwarding
option src lan
option dest wan
option src lan
option dest wan
# We need to accept udp packets on port 68,
# see https://dev.openwrt.org/ticket/4108