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

Commits on Oct 17, 2023

  1. added nftables support for ipset

      + 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 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    29fadcd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. fixed ipset table name for ipv6

      ! 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
    Alexander V. Buev committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ad3b762 View commit details
    Browse the repository at this point in the history