Skip to content

Fix updating rules with the same address

Related tasks

Context

When adding two different endpoints to the same ingress rule, cloudsim replaces the former with the latter, instead of properly adding both rules

Change

This MR allows adding more rules to the same ingress by checking if the absolute address that's being used to update the ingress rule are different.

Other information

Additional documentation

Merge request reports