Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting does not handle associated ALGs and rule procedures #87

Open
rmind opened this issue May 21, 2020 · 0 comments
Open

Exporting does not handle associated ALGs and rule procedures #87

rmind opened this issue May 21, 2020 · 0 comments
Labels

Comments

@rmind
Copy link
Owner

rmind commented May 21, 2020

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.

@rmind rmind added the bug label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant