tredly / tredly-host

[DEPRECATED] Please use https://github.com/tredly/tredly instead
MIT License
21 stars 1 forks source link

Tredly-host IPFW improvement for restart #21

Closed laurieodgers closed 8 years ago

laurieodgers commented 8 years ago

Currently when IPFW is restarted, all tcp sessions are terminated due to flushed rules. We could possibly prevent the need for flushing by referencing tables in ipfw.vars for all values that will change, such as eip and eif.

This will negate the need to actually restart IPFW since host rules never change.

laurieodgers commented 8 years ago

Implemented in #30