spr-networks / super

📡 SPR: Open Source, secure, user friendly and fast wifi routers for your home. One wifi password per device. Ad Blocking & Privacy Blocklists. Policy Based Network Access
https://www.supernetworks.org/
BSD 3-Clause "New" or "Revised" License
165 stars 12 forks source link

container interface rules dont manage state correctly #302

Closed lts-rad closed 4 months ago

lts-rad commented 4 months ago

suppose two container rules for the same interface have matching policy/groups. if one is deleted the other rule is not taken into account.

the code needs a bug fix where all rules are considered when deleting.

lts-rad commented 4 months ago

this bug needs a test case when fixed

lts-rad commented 4 months ago

WIP 9e5cbe9c

lts-rad commented 4 months ago

this issue is now fixed in dev, 68f485f009b891954525b166445671b9011fb7d7 adds the test case