Forward Firewall: Added configoption in Buildsystem -< POLICY2='DROP' (for POLICYIN)

This commit is contained in:
Alexander Marx
2013-03-03 06:12:01 +01:00
committed by Michael Tremer
parent a9b3ae26a3
commit 36e9534f24

View File

@@ -118,6 +118,7 @@ $(TARGET) :
echo "DROPFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings
echo "FWPOLICY=DROP" >> $(CONFIG_ROOT)/optionsfw/settings
echo "FWPOLICY1=DROP" >> $(CONFIG_ROOT)/optionsfw/settings
echo "FWPOLICY2=DROP" >> $(CONFIG_ROOT)/optionsfw/settings
echo "DROPPORTSCAN=on" >> $(CONFIG_ROOT)/optionsfw/settings
echo "DROPOUTGOING=on" >> $(CONFIG_ROOT)/optionsfw/settings
echo "SHOWREMARK=on" >> $(CONFIG_ROOT)/optionsfw/settings