All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glen Turner <glen.turner@aarnet.edu.au>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Re: new code; iptables-xml for iptables package.
Date: Thu, 23 Nov 2006 04:07:58 +1030	[thread overview]
Message-ID: <45648AF6.30005@aarnet.edu.au> (raw)
In-Reply-To: <455311B5.5000600@ufomechanic.net>

Amin Azez wrote:

> A sample of the xml format
> <iptables-rules>
>   <table name="mangle" >
>     <chain name="PREROUTING" policy="ACCEPT" packet-count="63436"
> byte-count="7137573" >
>       <rule >
>        <conditions>
>         <match >
>           <p >tcp</p>
>         </match>
>         <tcp >
>           <sport >8443</sport>
>         </tcp>
>        </conditions>
>        <actions>
>         <call >
>           <check_ip />
>         </call>
>        </actions>
>       </rule>
>     </chain>
> </iptables-rules>

Folks,

Before committing stuff which generates XML output it might be
worthwhile checking if a DTD has also been supplied so that
third-party tools can use and generate the XML with some
assurance.  If the use of the XML is private to Netfilter
then then XML format offers no advantages over the standard
format.

In particular, folks will want something to use as a target
when converting to/from Tivoli XML/Juniper XML/Cisco XML/
OASIS XACML/IETF PCM (as you can see there's no shortage of
XML ACL formats, and still no real standardisation in sight
despite consistent ACLs between devices being a boon to network
operations).

Thanks, Glen

-- 
  Glen Turner         Tel: (08) 8303 3936 or +61 8 8303 3936
  Australia's Academic & Research Network  www.aarnet.edu.au

  parent reply	other threads:[~2006-11-22 17:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-09 11:32 new code; iptables-xml for iptables package Amin Azez
2006-11-09 18:34 ` Patrick McHardy
2006-11-10 10:43   ` Amin Azez
2006-11-10 13:07     ` Patrick McHardy
2006-11-10 13:28       ` Amin Azez
2006-11-10 13:51         ` Patrick McHardy
2006-11-10 14:29           ` Amin Azez
2006-11-10 14:42             ` Patrick McHardy
2006-11-10 14:59               ` Amin Azez
2006-11-10 15:11                 ` Patrick McHardy
2006-11-10 15:57                   ` Amin Azez
2006-11-13 19:43                     ` Patrick McHardy
2006-11-10 14:43 ` Pablo Neira Ayuso
2006-11-10 15:13   ` Amin Azez
2006-11-22 17:37 ` Glen Turner [this message]
2006-11-23 12:55   ` Amin Azez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45648AF6.30005@aarnet.edu.au \
    --to=glen.turner@aarnet.edu.au \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.