diff options
author | elijah <elijah@riseup.net> | 2014-05-30 01:51:53 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-05-30 01:51:53 -0700 |
commit | a0eecf4d0dc8ac17c8f2d99d56c21d5b2fae4f30 (patch) | |
tree | edbe4b062d80820a76dded84ebe8a4ffbfde28d1 /changes | |
parent | fbf615b941f195b2fe513b528da9aec5771e75ea (diff) |
fix bug with ipv6 blocking (added to wrong chain, so never removed and also it would keep getting added repeatedly)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/allow-local-multicast-in-firewall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/allow-local-multicast-in-firewall b/changes/allow-local-multicast-in-firewall index 160cabb3..4c17b92e 100644 --- a/changes/allow-local-multicast-in-firewall +++ b/changes/allow-local-multicast-in-firewall @@ -1 +1,2 @@ -- unblock local multicast IPs from linux firewall, to allow SSDP and Bonjour/mDNS to work.
\ No newline at end of file +- unblock local multicast IPs from linux firewall, to allow SSDP and Bonjour/mDNS to work. +- fix bug with ipv6 blocking that caused block to not get removed from firewall when Bitmask quit.
\ No newline at end of file |