Changeset 389

Show
Ignore:
Timestamp:
10/19/07 20:13:09 (1 year ago)
Author:
florida
Message:

Correction apportée suite à cette modification http://dev.wifidog.org/changeset/1302

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/src/fw_iptables.c

    r345 r389  
    505505        case FW_ACCESS_DENY: 
    506506            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); 
    508508            break; 
    509509        default: