wifidog / wifidog-gateway

Repository for the wifidog-gateway captive portal designed for embedded systems
GNU General Public License v2.0
755 stars 317 forks source link

Airos outgoing counter problem ! #152

Open florida63 opened 9 years ago

florida63 commented 9 years ago

see (https://github.com/wifidog/wifidog-gateway/tree/master/contrib/airos/wifidog/patches)

I do not know if the problem is still news

There may be a more generic solution that can be integrated into the main code.

acv commented 9 years ago

fscanf is very brittle... Would favour parsing the damn thing directly.

mhaas commented 9 years ago

I have been thinking about using libiptc directly.. That would also make #88 easier.

mhaas commented 9 years ago

Meh. The netfilter FAQ states there is no C API for deleting and inserting rules. There is libxtables, which is undocumented. Well done -.-