google/nftables

How to get an error when try to add an existed table?

black-desk opened this issue · 0 comments

Conn.AddTable will not return any error when I try to add a table already existed.

Note:

nft create table ... will report an error when I try to do so, but nft add table ... not.