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

added nftables support for ipset #956

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

buevsan
Copy link

@buevsan buevsan commented Oct 17, 2023

  • nftables support implemented for ipset
  • Added table_v4, table_v6 and mode parameters for ipset. Mode parameter can be 0 for iptables or nonzero for nftables.
  • Some small refactoring of iptables code occured

Alexander V. Buev added 2 commits October 17, 2023 18:56
  + nftables support implemented for ipset
  + Added table_v4, table_v6 and mode parameters
    for ipset. Mode parameter can be 0 for iptables
    or nonzero for nftables.
  * Some small refactoring of iptables code occured
  ! fixed ipset table name for ipv6
    was always same with set name
  * correct nl netflter header family constant
  * all used nft tables must be created
    in inet family now
  ! fixed processing not A or AAA records
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant