Displaying 2 results from an estimated 2 matches for "blackhole_ipv6".
Did you mean:
  blackhole_ipv4
  
2018 Jan 20
10
[Bug 1216] New: Error messaging for "interval overlaps with previous one" misidentifies location
...t;phil at nwl.cc>
Date:   Wed Jan 10 13:43:21 2018 +0100
including
commit 9afd72a883e391e366a1d75bb4e1705357e078e9
commit b4c7117ef552d0d71bde1db4a047b4c005699951
If a single include is used that contains the overlapping intervals, it appears
to report the proper file, line, and location
   ./blackhole_ipv6.nft:14:9-13: Error: interval overlaps with previous one
            ::/96,          # IPv4-compatible address
            ^^^^^
If an include of "unrelated" content appears either before or after the "bad"
include, the error message is incorrect.
With an include before the &qu...
2017 Oct 06
6
[Bug 1188] New: nft fails to parse own output; unable to save-restore active state
...eset.prod:54:30-35: Error: syntax error, unexpected string
                 fc00::/7,
                             ^^^^^^
ruleset.prod:55:30-35: Error: syntax error, unexpected string
                 fe80::/10 }
                             ^^^^^^
--- ruleset.prod excerpt ---
     43         set blackhole_ipv6 {
     44                 type ipv6_addr
     45                 flags interval
     46                 elements = { ::/127,
     47                              ::ffff:0.0.0.0/96,
     48                              2001::/32,
     49                              2001:10::/28,
     50...