Skip to content

Commit

Permalink
Small optimizations.
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya <[email protected]>
  • Loading branch information
tanyaveksler committed Apr 16, 2024
1 parent 0334ec1 commit d71e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nca/FWRules/MinimizeCsFWRulesOpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def compute_minimized_fw_rules_per_connection(self, connections, peer_props,
"""
The main function for creating the minimized set of fw-rules for a given connection set
:param connections: the allowed connections for the given peer pairs, of type ConnectionSet
:param ConnectionSet connections: the allowed connections for the given peer pairs, of type ConnectionSet
:param ConnectivityProperties peer_props: peers (src,dst) for which communication is allowed over the given connections
:param ConnectivityProperties peer_props_in_containing_connections: peers in connections that contain the current
connection set
Expand Down

0 comments on commit d71e51f

Please sign in to comment.