Displaying 1 result from an estimated 1 matches for "fullbogon".
Did you mean:
fullbogons
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"
...d 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 reproduce the error by running the
above code, despite the fact that it has worked correctly for weeks up until
now.
The definition of the set is currently as follows:-
table ip raw {
set bogons {
type ipv4_addr...