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 #1196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

buevsan
Copy link

@buevsan buevsan commented Dec 2, 2024

 nftables support implemented for ipset
 Added following parameters for ipset module:
     engine - can be 'iptables' or 'nftables' for linux
              can only be 'pf' for bsd
              'iptables' or 'pf' used as default
     table_v4, table_v6 - specify table name for nftables
     proto_v4, proto_v6 - specify protocol for nftables
                          'ipv6' 'ipv4' or 'inet' can be used

     nftables support implemented for ipset
     Added following parameters for ipset module:
         engine - can be 'iptables' or 'nftables' for linux
                  can only be 'pf' for bsd
                  'iptables' or 'pf' used as default
         table_v4, table_v6 - specify table name for nftables
         proto_v4, proto_v6 - specify protocol for nftables
                              'ipv6' 'ipv4' or 'inet' can be used
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