mafik / gatekeeper

DHCP & DNS server optimized for home gateways.
MIT License
78 stars 2 forks source link

Handle errors in the firewall thread #36

Closed mafik closed 1 year ago

mafik commented 1 year ago

One interesting edge case is that opening Gatekeeper web UI from the gateway host itself crashes the firewall loop with:

Firewall loop terminated with error: Extra data at the end of netlink recv buffer (src/netlink.cc:229). OK.
  1. This error should be investigated.
  2. Firewall loop should recover from such errors.