[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1421078666.4099.6.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Mon, 12 Jan 2015 08:04:26 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Richard Weinberger <richard@....at>
Cc: davem@...emloft.net, coreteam@...filter.org,
netfilter-devel@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, bhutchings@...arflare.com,
john.fastabend@...il.com, herbert@...dor.apana.org.au,
vyasevic@...hat.com, jiri@...nulli.us, vfalico@...il.com,
therbert@...gle.com, edumazet@...gle.com, yoshfuji@...ux-ipv6.org,
jmorris@...ei.org, kuznet@....inr.ac.ru, kadlec@...ckhole.kfki.hu,
kaber@...sh.net, pablo@...filter.org, kay@...y.org,
stephen@...workplumber.org
Subject: Re: [PATCH 2/3] x_tables: Use also dev->ifalias for interface
matching
On Sun, 2015-01-11 at 21:52 +0100, Richard Weinberger wrote:
> Signed-off-by: Richard Weinberger <richard@....at>
> ---
> include/linux/netfilter/x_tables.h | 22 ++++++++++++++++++++++
> net/ipv4/netfilter/arp_tables.c | 28 +++++++++++++++++-----------
> net/ipv4/netfilter/ip_tables.c | 15 +++++----------
> net/ipv6/netfilter/ip6_tables.c | 18 +++++++-----------
> net/netfilter/xt_physdev.c | 9 ++-------
> 5 files changed, 53 insertions(+), 39 deletions(-)
Richard, I dislike this, sorry.
iptables is already horribly expensive, you add another expensive step
for every rule.
device aliasing can be done from user space.
iptables should have used ifindex, its sad we allowed the substring
match in first place.
--
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