mirror of https://github.com/hak5/openwrt-owl.git
minor change: adjust formatting of firewall.config
- remove trailing whitespaces (s/\ $//g) - replace spaces with tabs between options and values SVN-Revision: 31427owl
parent
96b5d437d6
commit
075618c6e3
|
@ -23,8 +23,8 @@ config zone
|
||||||
option mtu_fix 1
|
option mtu_fix 1
|
||||||
|
|
||||||
config forwarding
|
config forwarding
|
||||||
option src lan
|
option src lan
|
||||||
option dest wan
|
option dest wan
|
||||||
|
|
||||||
# We need to accept udp packets on port 68,
|
# We need to accept udp packets on port 68,
|
||||||
# see https://dev.openwrt.org/ticket/4108
|
# see https://dev.openwrt.org/ticket/4108
|
||||||
|
|
Loading…
Reference in New Issue