Changeset 944

Show
Ignore:
Timestamp:
02/07/06 01:44:01 (3 years ago)
Author:
benoitg
Message:

* src/fw_iptables.c: Fix deleting the rules on shutdown.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog/ChangeLog

    r936 r944  
    11# $Id$ 
     22006-02-06 Benoit Gr�ire  <bock@step.polymtl.ca> 
     3        * src/fw_iptables.c: Fix deleting the rules on shutdown. 
     4 
    252006-01-31 Benoit Gr�ire  <bock@step.polymtl.ca> 
    36        * Release 1.1.3_beta2 
  • trunk/wifidog/src/fw_iptables.c

    r935 r944  
    330330    iptables_do_command("-t nat -F " TABLE_WIFIDOG_WIFI_TO_ROUTER); 
    331331    iptables_do_command("-t nat -F " TABLE_WIFIDOG_WIFI_TO_INTERNET); 
     332    iptables_do_command("-t nat -F " TABLE_WIFIDOG_GLOBAL); 
    332333    iptables_do_command("-t nat -F " TABLE_WIFIDOG_UNKNOWN); 
    333334        iptables_do_command("-t nat -X " TABLE_WIFIDOG_AUTHSERVERS);