rmind / npf

NPF: packet filter with stateful inspection, NAT, IP sets, etc.
Other
237 stars 42 forks source link

Exporting does not handle associated ALGs and rule procedures #87

Open rmind opened 4 years ago

rmind commented 4 years ago

Configuration exporting (npfctl save) does not capture the following:

The former needs some refactoring: NAT entry should probably use ALG IDs and the ALG API should be extended to support exporting/importing of the custom ALG data. The rule procedure API needs to be similarly extened.