1

is nftables use unique handle ?
I mean it's possible to have a handle id used on both table and rule or chain ?

if handle is unique . What is unique strategy ?
For example :

  1. Unique on whole nftables context
  2. Unique on table context and chain context separately

I can not found any documentation about this .

2
  • I cannot point you to the documentation you are looking for. But why does this matter? The handles for objects of a different kind are used by different commands so even if the same handle was used twice (in different object categories) this would be unambigeous. Commented Jan 15 at 20:46
  • @HaukeLaging I working on my own java project : github.com/Java-OS/jsysbox . for manage firewall rules in need some information . Commented Jan 16 at 6:11

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.