On Sat, Mar 31, 2018 at 01:47:08PM +0530, Harsha Sharma wrote: > Add, list and delete ct timeout objects from specified table > > Usage e.g.: > % ./nft-ct-timeout-add ip filter some-name tcp > % ./nft-ct-timeout-get ip filter > table filter name some-name use 0 [ ct_timeout family 2 protocol 6 > policy = {SYN_SENT = 120,SYN_RECV = 60,ESTABLISHED = 432000, > FIN_WAIT = 120,CLOSE_WAIT = 140,LAST_ACK = 30,TIME_WAIT = 120, > CLOSE = 165,SYN_SENT2 = 120,RETRANS = 300,UNACKNOWLEDGED = 300,}] > > % ./nft-ct-timeout-del ip filter some-name OK, so add, get and delete are working fine according to your tests then. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html