2008-02-21 19:37:43

by Jan Engelhardt

[permalink] [raw]
Subject: [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules

Hello everyone,


I have released “Xtables” 1.5.1, which is a package of my ongoing
iptables development¹ that I did lately. Patrick McHardy was not
available last week to merge patches due to higher powers, so I
branched off the iptables subversion trunk into git since quilting on
top of svn was not so fun.

Xtables, that is the goal sought, will merge and unify arptables and
ebtables² as becomes possible.

What will now become of the iptables and xtables packages? Xtables
clearly is "more recent" than the latest iptables svn, but I would
not want to do Xtables as a continuous parallel fork to iptables³.
Maybe merge⁴ or declare it the new official thing -- who knows.

Additionally, “Xtables-addons” 1.5.1 was released, which is supposed
to supersede patch-o-matic(-ng). As with POM, this package contains
not-so-officially-approved extensions. But different from POM is that
it does not (and will not) contain any "patches" that would require
patching the kernel. Just extensions that can be compiled and then
run instantly.

Furthermore, I would like to make aware of “Writing your own Xtables
module” document, which describes the code needed to get started with
your own xtables modules. It is based upon Nicolas's earlier "Writing
your own iptables module"
. . . . . . . http://jengelh.hopto.org/documents/Writing_Xtables.pdf

URLs:
tarballs . . . http://dev.computergmbh.de/files/xtables/
gitweb . . . . http://dev.computergmbh.de/gitweb.cgi?p=xtables
. . . . . . . http://dev.computergmbh.de/gitweb.cgi?p=xtables-addons
gitclone . . . git://dev.computergmbh.de/xtables
. . . . . . . git://dev.computergmbh.de/xtables-addons

SRPM for reference how to build it in an automatic environment
. . . . . . . http://ftp.gwdg.de/pub/linux/misc/suser-jengelh/SRPMS/
RPMs (SUSE). . http://ftp.gwdg.de/pub/linux/misc/suser-jengelh/SUSE-10.3/



¹It is supposed to be stable.
²FAQ: On a source base. User-visible commands like ip6tables remain.
³Read: merging forth and back between iptables-svn and xtables-git =
not good.
⁴There were talks about moving the iptables subversion repository to
git, but I could not wait for you guys, sorry ;-)


2008-02-21 19:49:36

by Patrick McHardy

[permalink] [raw]
Subject: Re: [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules

Jan Engelhardt wrote:
> I have released “Xtables” 1.5.1, which is a package of my ongoing
> iptables development¹ that I did lately. Patrick McHardy was not
> available last week to merge patches due to higher powers, so I
> branched off the iptables subversion trunk into git since quilting on
> top of svn was not so fun.


I'm back to full power, so feel free to post patches :)

2008-02-21 21:58:07

by Jan Engelhardt

[permalink] [raw]
Subject: Re: Xtables, Xtables-addons 1.5.1


On Feb 21 2008 20:49, Patrick McHardy wrote:
> Jan Engelhardt wrote:
>> I have released “Xtables” 1.5.1, which is a package of my ongoing
>> iptables development¹ that I did lately. Patrick McHardy was not
>> available last week to merge patches due to higher powers, so I
>> branched off the iptables subversion trunk into git since quilting on
>> top of svn was not so fun.
>
> I'm back to full power, so feel free to post patches :)

"Please pull from git://dev.c..." — oh dang!

What have become of the idea of gitifying the netfilter svn?