Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • include
  • linux
  • netfilter
  • ipset
  • ip_set.h
Find file BlameHistoryPermalink
  • Jozsef Kadlecsik's avatar
    netfilter: ipset: hash:net,iface type introduced · e385357a
    Jozsef Kadlecsik authored Jun 16, 2011
    
    
    The hash:net,iface type makes possible to store network address and
    interface name pairs in a set. It's mostly suitable for egress
    and ingress filtering. Examples:
    
            # ipset create test hash:net,iface
            # ipset add test 192.168.0.0/16,eth0
            # ipset add test 192.168.0.0/24,eth1
    Signed-off-by: default avatarJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
    Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
    e385357a

Imprint & Privacy Policy