netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Maciej Żenczykowski" <zenczykowski@gmail.com>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: Patrick McHardy <kaber@trash.net>,
	Netfilter Development Mailinglist
	<netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH 3/5] build: fix absence of xml translator in IPv6-only builds
Date: Mon, 30 May 2011 13:57:33 +0200	[thread overview]
Message-ID: <BANLkTimUtbkVghwChBArxec-UvH5pDfz=A@mail.gmail.com> (raw)
In-Reply-To: <BANLkTik2r-SqtUMVBRcKFngPTzgMUJruzg@mail.gmail.com>

ie. this commit, in xtables-multi.c should probably change:

       {"iptables-xml",        iptables_xml_main},
       {"xml4",                iptables_xml_main},
#endif

to

#endif
       {"iptables-xml",        iptables_xml_main},
       {"xml",                 iptables_xml_main},

(and maybe add an ip6tables-xml alias as well?)


2011/5/30 Maciej Żenczykowski <zenczykowski@gmail.com>:
> ACK.
>
> Never used it, didn't realize it was useful for ipv6 as well.
> Perhaps in xtables-multi some changes should be made as well?
> (change xml4, and change the #ifdef ENABLE_IPV4 wrapper).
>
--
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

  parent reply	other threads:[~2011-05-30 11:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30 10:18 iptables fixes for 2011-05-30 Jan Engelhardt
2011-05-30 10:18 ` [PATCH 1/5] build: remove dead code parts Jan Engelhardt
2011-05-30 10:18 ` [PATCH 2/5] build: fix installation of symlinks Jan Engelhardt
2011-05-30 11:50   ` Maciej Żenczykowski
2011-05-30 10:18 ` [PATCH 3/5] build: fix absence of xml translator in IPv6-only builds Jan Engelhardt
     [not found]   ` <BANLkTik2r-SqtUMVBRcKFngPTzgMUJruzg@mail.gmail.com>
2011-05-30 11:57     ` Maciej Żenczykowski [this message]
2011-05-30 11:59       ` Jan Engelhardt
2011-05-30 12:04         ` Maciej Żenczykowski
2011-05-30 10:18 ` [PATCH 4/5] doc: update GPL license text Jan Engelhardt
2011-05-30 10:18 ` [PATCH 5/5] doc: iptables-xml should be in manpage section 1 Jan Engelhardt

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='BANLkTimUtbkVghwChBArxec-UvH5pDfz=A@mail.gmail.com' \
    --to=zenczykowski@gmail.com \
    --cc=jengelh@medozas.de \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).