firewall: Add amanda to the conntrack helpers

This commit is contained in:
Michael Tremer
2015-05-12 13:25:04 +02:00
parent d57c6162cb
commit a93bf69617
2 changed files with 8 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ $(TARGET) :
echo "POLICY1=MODE2" >> $(CONFIG_ROOT)/firewall/settings
# Add conntrack helper default settings
for proto in FTP PPTP SIP TFTP; do \
for proto in AMANDA FTP PPTP SIP TFTP; do \
echo "CONNTRACK_$${proto}=on" >> $(CONFIG_ROOT)/optionsfw/settings; \
done