On Fri, Dec 27, 2013 at 05:33:08PM +0800, Alex Wei wrote: > Hi, > When I do these operations: > > #nft add table table1 > #nft add chain table1 chain1 > #nft-table-upd ip table1 dormant > > there is a oops. the nft-table-upd program is from libnftables/examples. > > When we active or disactive a table, I think we should judge whether > the chain of the table is a base-chain or not first, right? Right, thanks for reporting. Fix is attached.