netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ana Rey <anarey@gmail.com>
Cc: netfilter-devel@vger.kernel.org, axinchan@cnrouter.com
Subject: Re: [PATCH] extensions: devgroup: fix showing and saving of dst-group
Date: Tue, 4 Nov 2014 14:41:18 +0100	[thread overview]
Message-ID: <20141104134118.GA9818@salvia> (raw)
In-Reply-To: <1414686386-7681-1-git-send-email-anarey@gmail.com>

On Thu, Oct 30, 2014 at 05:26:26PM +0100, Ana Rey wrote:
> Closes bugzilla: https://bugzilla.netfilter.org/show_bug.cgi?id=985
> 
> The --dst-group parameter in devgroup extensions lists and saves
> incorrectly its value. --dst-group always shows "0x0/0x0".
> 
> This is an example:
> 
>  # iptables -I FORWARD -m devgroup --dst-group 200 -j ACCEPT
> 
>  # iptables -L FORWARD
>  Chain FORWARD (policy ACCEPT)
>  target     prot opt source               destination
>  ACCEPT     all  --  anywhere             anywhere     src-group 0x64 dst-group 0x0/0x0
> 
>  # iptables -S FORWARD
>  -P FORWARD ACCEPT
>  -A FORWARD -m devgroup --dst-group 0x0/0x0 -j ACCEPT

Applied, thanks Ana.

      reply	other threads:[~2014-11-04 13:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 16:26 [PATCH] extensions: devgroup: fix showing and saving of dst-group Ana Rey
2014-11-04 13:41 ` Pablo Neira Ayuso [this message]

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=20141104134118.GA9818@salvia \
    --to=pablo@netfilter.org \
    --cc=anarey@gmail.com \
    --cc=axinchan@cnrouter.com \
    --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).