You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be useful, I think, to implement an AST for the .nft syntax files (e.g. nftables scripts), and populating them as native types.
This would allow for rule evaluation and comparison against the current ruleset, identifying which file a rule is created in/included from, and even dumping representations to NFT snytax.
This would likely assist in tests and mocking as well.
The text was updated successfully, but these errors were encountered:
It'd be useful, I think, to implement an AST for the
.nft
syntax files (e.g. nftables scripts), and populating them as native types.This would allow for rule evaluation and comparison against the current ruleset, identifying which file a rule is created in/included from, and even dumping representations to NFT snytax.
This would likely assist in tests and mocking as well.
The text was updated successfully, but these errors were encountered: