| 558 | | debug(LOG_ERR, "Could not find %s in client list", ip); |
| | 558 | debug(LOG_ERR, "iptables_fw_counters_update(): Could not find %s in client list, this should not happen unless if the gateway crashed", ip); |
| | 559 | debug(LOG_ERR, "Preventively deleting firewall rules for %s in table %s", ip, TABLE_WIFIDOG_OUTGOING); |
| | 560 | iptables_fw_destroy_mention("mangle", TABLE_WIFIDOG_OUTGOING, ip); |
| | 561 | debug(LOG_ERR, "Preventively deleting firewall rules for %s in table %s", ip, TABLE_WIFIDOG_INCOMING); |
| | 562 | iptables_fw_destroy_mention("mangle", TABLE_WIFIDOG_INCOMING, ip); |
| 596 | | debug(LOG_ERR, "Could not find %s in client list", ip); |
| | 600 | debug(LOG_ERR, "iptables_fw_counters_update(): Could not find %s in client list, this should not happen unless if the gateway crashed", ip); |
| | 601 | debug(LOG_ERR, "Preventively deleting firewall rules for %s in table %s", ip, TABLE_WIFIDOG_OUTGOING); |
| | 602 | iptables_fw_destroy_mention("mangle", TABLE_WIFIDOG_OUTGOING, ip); |
| | 603 | debug(LOG_ERR, "Preventively deleting firewall rules for %s in table %s", ip, TABLE_WIFIDOG_INCOMING); |
| | 604 | iptables_fw_destroy_mention("mangle", TABLE_WIFIDOG_INCOMING, ip); |