netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Bjørnar Ness" <bjornar.ness@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: Strange behaviour when listing in interactive mode
Date: Fri, 29 Nov 2013 18:00:58 +0100	[thread overview]
Message-ID: <CAJO99TmsBrdOwMCMCwfZHmKTB-2NSF9R09sWmCwKDPEXL2u0qQ@mail.gmail.com> (raw)

If I add a map, say:

add map filter ipv4_map { type ipv4_address => verdict; }
add element filter ipv4_map { 10.0.0.1 => accept }

..

every time I "list table filter", a extra ipv4_map element map appears:

the 3rd time I list, I see this:

    map ipv4_map {
        type ipv4_address => verdict
        elements = { 10.0.0.1 => accept}
    }
    map ipv4_map {
        type ipv4_address => verdict
        elements = { 10.0.0.1 => accept}
    }
    map ipv4_map {
        type ipv4_address => verdict
        elements = { 10.0.0.1 => accept}
    }

-- 
Bj(/)rnar

                 reply	other threads:[~2013-11-29 17:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAJO99TmsBrdOwMCMCwfZHmKTB-2NSF9R09sWmCwKDPEXL2u0qQ@mail.gmail.com \
    --to=bjornar.ness@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 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).