forked from extern/shorewall_code
Add snat and mangle to %config_files
- Tabify initialization of %config_files Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
28e3218041
commit
eb26a467e9
@ -488,51 +488,53 @@ our %helpers_aliases;
|
|||||||
our %helpers_enabled;
|
our %helpers_enabled;
|
||||||
|
|
||||||
our %config_files = ( #accounting => 1,
|
our %config_files = ( #accounting => 1,
|
||||||
actions => 1,
|
actions => 1,
|
||||||
blacklist => 1,
|
blacklist => 1,
|
||||||
clear => 1,
|
clear => 1,
|
||||||
conntrack => 1,
|
conntrack => 1,
|
||||||
ecn => 1,
|
ecn => 1,
|
||||||
findgw => 1,
|
findgw => 1,
|
||||||
hosts => 1,
|
hosts => 1,
|
||||||
init => 1,
|
init => 1,
|
||||||
initdone => 1,
|
initdone => 1,
|
||||||
interfaces => 1,
|
interfaces => 1,
|
||||||
isusable => 1,
|
isusable => 1,
|
||||||
maclist => 1,
|
maclist => 1,
|
||||||
masq => 1,
|
mangle => 1,
|
||||||
nat => 1,
|
masq => 1,
|
||||||
netmap => 1,
|
nat => 1,
|
||||||
params => 1,
|
netmap => 1,
|
||||||
policy => 1,
|
params => 1,
|
||||||
providers => 1,
|
policy => 1,
|
||||||
proxyarp => 1,
|
providers => 1,
|
||||||
refresh => 1,
|
proxyarp => 1,
|
||||||
refreshed => 1,
|
refresh => 1,
|
||||||
restored => 1,
|
refreshed => 1,
|
||||||
rawnat => 1,
|
restored => 1,
|
||||||
|
rawnat => 1,
|
||||||
route_rules => 1,
|
route_rules => 1,
|
||||||
routes => 1,
|
routes => 1,
|
||||||
routestopped => 1,
|
routestopped => 1,
|
||||||
rtrules => 1,
|
rtrules => 1,
|
||||||
rules => 1,
|
rules => 1,
|
||||||
scfilter => 1,
|
scfilter => 1,
|
||||||
secmarks => 1,
|
secmarks => 1,
|
||||||
start => 1,
|
snat => 1,
|
||||||
started => 1,
|
start => 1,
|
||||||
stop => 1,
|
started => 1,
|
||||||
stopped => 1,
|
stop => 1,
|
||||||
|
stopped => 1,
|
||||||
stoppedrules => 1,
|
stoppedrules => 1,
|
||||||
tcclasses => 1,
|
tcclasses => 1,
|
||||||
tcclear => 1,
|
tcclear => 1,
|
||||||
tcdevices => 1,
|
tcdevices => 1,
|
||||||
tcfilters => 1,
|
tcfilters => 1,
|
||||||
tcinterfaces => 1,
|
tcinterfaces => 1,
|
||||||
tcpri => 1,
|
tcpri => 1,
|
||||||
tcrules => 1,
|
tcrules => 1,
|
||||||
tos => 1,
|
tos => 1,
|
||||||
tunnels => 1,
|
tunnels => 1,
|
||||||
zones => 1 );
|
zones => 1 );
|
||||||
#
|
#
|
||||||
# Options that involve the the AUDIT target
|
# Options that involve the the AUDIT target
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user