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:
Tom Eastep 2017-05-12 08:37:54 -07:00
parent 28e3218041
commit eb26a467e9
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -500,6 +500,7 @@ our %config_files = ( #accounting => 1,
interfaces => 1,
isusable => 1,
maclist => 1,
mangle => 1,
masq => 1,
nat => 1,
netmap => 1,
@ -518,6 +519,7 @@ our %config_files = ( #accounting => 1,
rules => 1,
scfilter => 1,
secmarks => 1,
snat => 1,
start => 1,
started => 1,
stop => 1,