summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_connlabel.h
Commit message (Collapse)AuthorAgeFilesLines
* extensions: add connlabel matchFlorian Westphal2013-05-061-0/+12
allows to "tag" connections with up to 128 label names. Labels are defined in /etc/xtables/connlabel.conf, example: 0 from eth0 1 via eth0 Labels can then be attached to flows, e.g. -A PREROUTING -i eth0 -m connlabel --label "from eth0" --set Signed-off-by: Florian Westphal <fw@strlen.de>