Changeset 389
- Timestamp:
- 10/19/07 20:13:09 (1 year ago)
- Files:
-
- wifidog/wifidog-client/src/fw_iptables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wifidog/wifidog-client/src/fw_iptables.c
r345 r389 505 505 case FW_ACCESS_DENY: 506 506 iptables_do_command("-t mangle -D " TABLE_WIFIDOG_OUTGOING " -s %s -m mac --mac-source %s -j MARK --set-mark %d", ip, mac, tag); 507 rc = iptables_do_command("-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j DROP", ip);507 rc = iptables_do_command("-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j ACCEPT", ip); 508 508 break; 509 509 default:
