Changeset 1302
- Timestamp:
- 10/15/07 23:12:51 (1 year ago)
- Files:
-
- trunk/wifidog/src/fw_iptables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/src/fw_iptables.c
r1243 r1302 459 459 case FW_ACCESS_DENY: 460 460 iptables_do_command("-t mangle -D " TABLE_WIFIDOG_OUTGOING " -s %s -m mac --mac-source %s -j MARK --set-mark %d", ip, mac, tag); 461 rc = iptables_do_command("-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j DROP", ip);461 rc = iptables_do_command("-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j ACCEPT", ip); 462 462 break; 463 463 default:
