You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration exporting (npfctl save) does not capture the following:
ALG and its state associated with the NAT entry (see npf_nat_export()).
Rule procedure calls and parameters (see npf_rprocset_export()).
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.
The text was updated successfully, but these errors were encountered:
Configuration exporting (
npfctl save
) does not capture the following:npf_nat_export()
).npf_rprocset_export()
).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.
The text was updated successfully, but these errors were encountered: