Displaying 1 result from an estimated 1 matches for "lwzwu0uskn".
2020 Sep 13
20
[Bug 1464] New: Trying to populate a set raises a netlink error "Could not process rule: No space left on device"
...e last occasion that I ran it, it emptied the
set but failed to add the given elements, before printing the above-mentioned
error. After realising this, I reduced my script to just the part that tries to
populate the set and tried it again. Hence, the test case looks like this:-
tmpfile=/tmp/tmp.lWZWu0uSkn
nft -f - <<-EOF
flush set ip raw bogons
add element ip raw bogons {
$(grep -v '^#' "$tmpfile" | paste -d, -s -)
}
EOF
The temp file is a copy of the "fullbogons-ipv4.txt" file that I last
downloaded. At this point, I am able to repr...