source: freewrt/package/shorewall/Config.in@ 18c227bd

freewrt_2_0
Last change on this file since 18c227bd was f8ea8a1, checked in by Christian Gmeiner <austriancoder@…>, 19 years ago

we need ipt_LOG.o that shorewall can log to systemlog

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2166 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.5 KB
Line 
1config FWRT_PACKAGE_SHOREWALL
2 prompt "shorewall......................... high-level netfilter configuration tool"
3 tristate
4 select FWRT_PACKAGE_IPTABLES
5 select FWRT_PACKAGE_IPTABLES_MOD_EXTRA
6 default n
7 help
8 The Shoreline Firewall, more commonly known as "Shorewall", is a
9 high-level tool for configuring Netfilter. You describe your
10 firewall/gateway requirements using entries in a set of configuration
11 files. Shorewall reads those configuration files and with the help
12 of the iptables utility, Shorewall configures Netfilter to match
13 your requirements.
14
15 http://www.shorewall.net/
16
17config FWRT_PACKAGE_SHOREWALL_STRIPCONF
18 prompt " Strip shorewall configuration files"
19 bool
20 default n
21 depends FWRT_PACKAGE_SHOREWALL
22 help
23 To save space, all shorewall files in /etc/shorewall will get striped.
24 This means that all comments, empty lines etc. are removed.
25
26 By default this option is not enabled, because the comments
27 in the configfiles helps the user a lot to configure shorewall.
28
29config FWRT_PACKAGE_SHOREWALL_STRIPSHARED
30 prompt " Strip shared shorewall files (macros & actions mainly)"
31 bool
32 default y
33 depends FWRT_PACKAGE_SHOREWALL
34 help
35 To save space, all shared shorewall files in /usr/share/shorewall
36 will get striped. This means that all comments, empty lines etc.
37 are removed.
38
39 By default this option is enabled, because for normal usage the user
40 doesn't need to change files in /usr/share/shorewall. Comments in all
41 shared files just would waste disk space on most embedded devices.
Note: See TracBrowser for help on using the repository browser.