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
in nodesConnectivity, should their be another layer LB as a filter? (the modeled "LB rule" functions as a filter)
Why in explainability the connectivity is re-computed? (see: loadBalancerBlocking := loadBalancerRule != nil && loadBalancerRule.Deny(false) )
Cannot use the results as computed per layer, from nodesConnectivity?
Can we avoid this kind of "logic duplication" ?
LB
as a filter? (the modeled "LB rule" functions as a filter)loadBalancerBlocking := loadBalancerRule != nil && loadBalancerRule.Deny(false)
)Cannot use the results as computed per layer, from nodesConnectivity?
Can we avoid this kind of "logic duplication" ?
Originally posted by @haim-kermany in #788 (comment)
@haim-kermany FYI
The text was updated successfully, but these errors were encountered: