* [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules
@ 2008-02-21 19:37 ` Jan Engelhardt
0 siblings, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2008-02-21 19:37 UTC (permalink / raw)
To: Netfilter Developer Mailing List; +Cc: Linux Kernel Mailing List
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 ;-)
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules
@ 2008-02-21 19:37 ` Jan Engelhardt
0 siblings, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2008-02-21 19:37 UTC (permalink / raw)
To: Netfilter Developer Mailing List; +Cc: Linux Kernel Mailing List
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 ;-)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules
2008-02-21 19:37 ` Jan Engelhardt
@ 2008-02-21 19:49 ` Patrick McHardy
-1 siblings, 0 replies; 12+ messages in thread
From: Patrick McHardy @ 2008-02-21 19:49 UTC (permalink / raw)
To: Jan Engelhardt
Cc: Netfilter Developer Mailing List, Linux Kernel Mailing List
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 :)
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules
@ 2008-02-21 19:49 ` Patrick McHardy
0 siblings, 0 replies; 12+ messages in thread
From: Patrick McHardy @ 2008-02-21 19:49 UTC (permalink / raw)
To: Jan Engelhardt
Cc: Netfilter Developer Mailing List, Linux Kernel Mailing List
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 :)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xtables, Xtables-addons 1.5.1
2008-02-21 19:49 ` Patrick McHardy
@ 2008-02-21 21:57 ` Jan Engelhardt
-1 siblings, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2008-02-21 21:57 UTC (permalink / raw)
To: Patrick McHardy
Cc: Netfilter Developer Mailing List, Linux Kernel Mailing List
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?
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xtables, Xtables-addons 1.5.1
@ 2008-02-21 21:57 ` Jan Engelhardt
0 siblings, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2008-02-21 21:57 UTC (permalink / raw)
To: Patrick McHardy
Cc: Netfilter Developer Mailing List, Linux Kernel Mailing List
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?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xtables, Xtables-addons 1.5.1
2008-02-21 21:57 ` Jan Engelhardt
(?)
@ 2008-02-22 12:56 ` Patrick McHardy
[not found] ` <200802221313.m1MDDEBV012684@toshiba.co.jp>
-1 siblings, 1 reply; 12+ messages in thread
From: Patrick McHardy @ 2008-02-22 12:56 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List
Jan Engelhardt wrote:
> 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!
Well, those patch have to be posted for review anyway.
> What have become of the idea of gitifying the netfilter svn?
I didn't find time for this so far. Unfortunately there seems to be
something wrong with the netfilter SVN and a full import didn't work
last time I tried, so we would have to throw away the history.
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-03-03 0:08 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 19:37 [announce] Xtables, Xtables-addons 1.5.1 and Writing Xtables Modules Jan Engelhardt
2008-02-21 19:37 ` Jan Engelhardt
2008-02-21 19:49 ` Patrick McHardy
2008-02-21 19:49 ` Patrick McHardy
2008-02-21 21:57 ` Xtables, Xtables-addons 1.5.1 Jan Engelhardt
2008-02-21 21:57 ` Jan Engelhardt
2008-02-22 12:56 ` Patrick McHardy
[not found] ` <200802221313.m1MDDEBV012684@toshiba.co.jp>
2008-02-22 13:17 ` Patrick McHardy
2008-03-01 10:36 ` svn to git (Was: Re: Xtables, Xtables-addons 1.5.1) Yasuyuki KOZAKAI
2008-03-01 18:11 ` Eric Leblond
[not found] ` <200803011036.m21Aajwa005038@toshiba.co.jp>
2008-03-01 12:45 ` Jan Engelhardt
2008-03-03 0:08 ` iptables/xtables git repository Jan Engelhardt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.