]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/configroot
firewall: Add amanda to the conntrack helpers
[people/pmueller/ipfire-2.x.git] / lfs / configroot
index 26583a4eac39345a3201da2d176f5764021c10fa..ae9ceec4b46ec81eaedf5189be3315463206d904 100644 (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