forked from pool/iptables
This commit is contained in:
parent
9ebef7d7fe
commit
7ace5d1445
@ -1,3 +1,10 @@
|
|||||||
|
From: Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
Date: 2017-06-26T10:53:24+0000
|
||||||
|
|
||||||
|
- fix a locking issue of iptables-batch which can cause it to spuriously fail
|
||||||
|
when other programs modify the iptables rules in parallel (bnc#1045130).
|
||||||
|
This can especially affect SuSEfirewall2 during startup.
|
||||||
|
|
||||||
---
|
---
|
||||||
iptables/iptables-batch.c | 21 +++++++++++++++++++++
|
iptables/iptables-batch.c | 21 +++++++++++++++++++++
|
||||||
iptables/xshared.c | 8 +++++++-
|
iptables/xshared.c | 8 +++++++-
|
||||||
|
@ -9,8 +9,9 @@ Sat Feb 3 14:02:59 UTC 2018 - jengelh@inai.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 22 15:34:40 UTC 2017 - matthias.gerstner@suse.com
|
Thu Jun 22 15:34:40 UTC 2017 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
- fix a locking issue of iptables-batch which can cause it to spuriously fail
|
- Add iptables-batch-lock.patch: Fix a locking issue of
|
||||||
when other programs modify the iptables rules in parallel (bnc#1045130).
|
iptables-batch which can cause it to spuriously fail when other
|
||||||
|
programs modify the iptables rules in parallel (bnc#1045130).
|
||||||
This can especially affect SuSEfirewall2 during startup.
|
This can especially affect SuSEfirewall2 during startup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user