netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Strange behaviour when listing in interactive mode
@ 2013-11-29 17:00 Bjørnar Ness
  0 siblings, 0 replies; only message in thread
From: Bjørnar Ness @ 2013-11-29 17:00 UTC (permalink / raw)
  To: netfilter-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-29 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 17:00 Strange behaviour when listing in interactive mode Bjørnar Ness

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).