All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ana Rey <anarey@gmail.com>
Cc: netfilter-devel@vger.kernel.org, arturo.borrero.glez@gmail.com
Subject: Re: [libnftnl PATCH] expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default functions.
Date: Mon, 16 Jun 2014 12:15:53 +0200	[thread overview]
Message-ID: <20140616101553.GA10598@localhost> (raw)
In-Reply-To: <1402909598-24943-1-git-send-email-anarey@gmail.com>

On Mon, Jun 16, 2014 at 11:06:37AM +0200, Ana Rey wrote:
> Code refactoring to use snprintf and SNPRINTF_BUFFER_SIZE in
> snprintf_default functions. Also, It adapts to the next syntax in queue
> (Added in
> http://git.netfilter.org/nftables/commit/?id=27619ffbe503ed4d9e59a02e81db9a7ac49d37af)
> 
> Here, some examples:
> 
> ip test input 31
>   [ queue num 3-5 bypass fanout]
> 
> ip test input 32 31
>   [ queue num 0]
> 
> ip test input 33 32
>   [ queue num 4]
> 
> ip test input 34 33
>   [ queue num 2-6 bypass]
> 
> table ip test {
> 	chain input {
> 		 type filter hook input priority 0;
> 		 queue num 3-5 bypass fanout
> 		 queue num 0
> 		 queue num 4
> 		 queue num 2-6 bypass
> 	}
> }

Applied, thanks Ana.

      parent reply	other threads:[~2014-06-16 10:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-16  9:06 [libnftnl PATCH] expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default functions Ana Rey
2014-06-16  9:06 ` [libnftnl PATCH] tests: Add json and xml test file for queue Ana Rey
2014-06-16 10:17   ` Pablo Neira Ayuso
2014-06-16 10:15 ` 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=20140616101553.GA10598@localhost \
    --to=pablo@netfilter.org \
    --cc=anarey@gmail.com \
    --cc=arturo.borrero.glez@gmail.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 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.