Changeset 109
- Timestamp:
- 05/04/04 20:04:33 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/firewall.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/firewall.c
r107 r109 41 41 * 42 42 * 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 46 44 * @param ip IP address to allow 47 45 * @param mac MAC address to allow … … 61 59 * 62 60 * 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>65 61 * @param ip IP address to deny 66 62 * @param mac MAC address to deny … … 164 160 * @brief Destroy the firewall 165 161 * 166 * Remove the firewall rules by executing the 'fw.destroy' script.162 * Remove the firewall rules 167 163 * This is used when we do a clean shutdown of WiFiDog. 168 164 * @return Return code of the fw.destroy script
