On Fri, Jan 10, 2020 at 11:55:46AM +0100, Pablo Neira Ayuso wrote: > Users get confused with the existing error notice, let's try a different one: > > # nft add element x y { 1.1.1.0/24 } > Error: You must add 'flags interval' to your set declaration if you want to add prefix elements > add element x y { 1.1.1.0/24 } > ^^^^^^^^^^ Not sure why "missing inverval flag on declaration" is more confusing than "you must add 'flags interval' to ...", but maybe I'm just too much into the topic to notice the difference. :) > Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1395 Unrelated? Did you pick the wrong ticket ID? > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Except for nfbz link: Acked-by: Phil Sutter <phil@xxxxxx>