[nft] all chains of a table are listed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux