[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <ifgroup.20071015.1192520046.panther@balabit.hu>
Date: Tue, 16 Oct 2007 10:01:40 +0200
From: Laszlo Attila Toth <panther@...abit.hu>
To: netdev@...r.kernel.org, netfilter-devel@...r.kernel.org
Cc: Laszlo Attila Toth <panther@...abit.hu>
Subject: [PATCH 0/2] Interface groups
Hello,
Different network interfaces can be grouped using the same group ID. With this
patch fewer netfilter rules are necessary but it may also be used by routing.
The interface group (ifgroup) member of the net_device can be modified via
netlink (with iproute2) and it is used in the new 'ifgroup' netfilter match.
ip link set eth0 group 4
iptables -A INPUT -m ifgroup --if-group 4 -j ACCEPT
--
Laszlo Attila Toth
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists