mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
c20f98c8b6
* ACL firewall manager fix/improvement Fix issue with rule squashing, it contained issue when calculated total amount of IPs in the Peer map (doesn't included offline peers). That why squashing not worked. Also this commit changes the rules apply behaviour. Instead policy: 1. Apply all rules from network map 2. Remove all previous applied rules We do: 1. Apply only new rules 2. Remove outdated rules Why first variant was implemented: because when you have drop policy it is important in which order order you rules are and you need totally clean previous state to apply the new. But in the release we didn't include drop policy so we can do this improvement. * Print log message about processed ACL rules |
||
---|---|---|
.. | ||
android | ||
cmd | ||
firewall | ||
internal | ||
proto | ||
server | ||
ssh | ||
system | ||
testdata | ||
ui | ||
Dockerfile | ||
installer.nsis | ||
main.go | ||
manifest.xml | ||
resources.rc |