Changeset 109

Show
Ignore:
Timestamp:
05/04/04 20:04:33 (9 years ago)
Author:
aprilp
Message:

doc cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/firewall.c

    r107 r109  
    4141 * 
    4242 * Add a rule in the firewall to MARK the user's packets with the proper 
    43  * rule by providing his IP and MAC address. This is done by 
    44  * executing the firewall script "fw.access" like this: 
    45  * fw.access allow <ip> <mac> <tag> 
     43 * rule by providing his IP and MAC address 
    4644 * @param ip IP address to allow 
    4745 * @param mac MAC address to allow 
     
    6159 * 
    6260 * Remove the rule in the firewall that was tagging the user's traffic 
    63  * by executing the firewall script "fw.access" this way: 
    64  * fw.access deny <ip> <mac> <profile> 
    6561 * @param ip IP address to deny 
    6662 * @param mac MAC address to deny 
     
    164160 * @brief Destroy the firewall 
    165161 * 
    166  * Remove the firewall rules by executing the 'fw.destroy' script. 
     162 * Remove the firewall rules 
    167163 * This is used when we do a clean shutdown of WiFiDog. 
    168164 * @return Return code of the fw.destroy script