How to get an error when try to add an existed table?
black-desk opened this issue · 0 comments
black-desk commented
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.