[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48F87DC3.2090608@trash.net>
Date: Fri, 17 Oct 2008 13:57:55 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Alexey Dobriyan <adobriyan@...il.com>
CC: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 1/7] netns ebtables: part 1
Alexey Dobriyan wrote:
> On Thu, Oct 16, 2008 at 03:12:03PM +0200, Patrick McHardy wrote:
>>> @@ -6,5 +6,6 @@
>>> struct netns_xt {
>>> struct list_head tables[NPROTO];
>>> + struct list_head ebt_tables;
>> This could just use tables[NFPROTO_BRIDGE].
>
> Good!
>
> [drops some code]
>
> I do wonder why these new numbers a) contain holes and b) exported in
> headers.
Its used by userspace. We had to keep the old values for
compatibility.
--
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