Displaying 1 result from an estimated 1 matches for "axsh".
Did you mean:
  ash
  
2019 Jan 24
3
[Bug 1319] New: Exporting a map with many elements to JSON will fail
...ll fail
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: RedHat Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: mizuno at axsh.net
When exporting a map with many(more than 32?) elements to JSON, broken JSON
will be output.
----
#!/bin/bash
nft "add table ip ttt"
nft "add map ip ttt my_map { type ipv4_addr : ipv4_addr ; }"
for i in $(seq 1 33); do
  nft "add element ip ttt my_map { 203.0.113.${i}...