Loading src/tests/tools/firewall_agent/firewall_agent/resources/nft_model/Rule.py +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class Rule: elif expr_entry_type in {'accept', 'drop', 'reject'}: rule.action = get_action_from_str(expr_entry_type) num_fields_updated += 1 elif expr_entry_type in {'counter'}: elif expr_entry_type in {'counter', 'jump'}: pass # ignore these entry types else: raise UnsupportedElementException('expr_entry', expr_entry) Loading Loading
src/tests/tools/firewall_agent/firewall_agent/resources/nft_model/Rule.py +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class Rule: elif expr_entry_type in {'accept', 'drop', 'reject'}: rule.action = get_action_from_str(expr_entry_type) num_fields_updated += 1 elif expr_entry_type in {'counter'}: elif expr_entry_type in {'counter', 'jump'}: pass # ignore these entry types else: raise UnsupportedElementException('expr_entry', expr_entry) Loading