search for: whitelistadd

Displaying 1 result from an estimated 1 matches for "whitelistadd".

2005 Mar 01
1
Logging patch
Hi, I''ve attached a patch which fixes a logging problem with log_rule_limit in custom actions. E.g. this action: ,----[ Whitelist ] | if [ -n "$LEVEL" ]; then | run_iptables -N ${CHAIN}Add | log_rule_limit $LEVEL ${CHAIN}Add WhitelistAdd DROP "$LOG_LIMIT" $TAG | run_iptables -A ${CHAIN}Add -j DROP | run_iptables -N ${CHAIN}Del | log_rule_limit $LEVEL ${CHAIN}Del WhitelistDel DROP "$LOG_LIMIT" $TAG | run_iptables -A ${CHAIN}Del -j DROP | | run_iptables -A $CHAIN -p tcp -m multiport --dports $...