Strange behaviour when listing in interactive mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux