netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft] all chains of a table are listed
@ 2015-09-22 12:06 Arturo Borrero Gonzalez
  2015-09-22 16:02 ` Pablo Neira Ayuso
  2015-09-23  9:58 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Arturo Borrero Gonzalez @ 2015-09-22 12:06 UTC (permalink / raw)
  To: Netfilter Development Mailing list

Hi!

It seems all chains of a given table are always listed. Is this the
intended behaviour?

% sudo nft list table test
table ip test {
  chain test1 {
  }

  chain test2 {
  }
}

% sudo nft list chain test test1
table ip test {
  chain test1 {
  }

  chain test2 {
  }
}

% sudo nft list chain test test2
table ip test {
  chain test1 {
  }

  chain test2 {
  }
}

This is with nftables v0.5.
-- 
Arturo Borrero González
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-23 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 12:06 [nft] all chains of a table are listed Arturo Borrero Gonzalez
2015-09-22 16:02 ` Pablo Neira Ayuso
2015-09-23  9:58 ` Pablo Neira Ayuso
2015-09-23 12:12   ` Arturo Borrero Gonzalez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).