osp.edpm.jump_chain_targets filter – Retrieve existing jump chain targets¶
New in osp.edpm 2.9
Synopsis¶
Filters valid chain target rules satisfying conditions based on `table`, `family` and `chain` attributes. Used by the osp.edpm.nftables role.
Examples¶
'{{ edpm_nftables_chains_prefix }}_'~rule.get('chain', 'INPUT')
not in ( existing | osp.edpm.jump_chain_targets(rule=rule) )
Return Value¶
Key |
Description |
---|---|
list of jump chain targets Returned: success |