minor change: adjust formatting of firewall.config

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

SVN-Revision: 31427
This commit is contained in:
Mirko Vogt 2012-04-21 19:42:28 +00:00
parent 96b5d437d6
commit 075618c6e3

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