SHA256
1
0
forked from pool/iptables
Jan Engelhardt 2018-02-03 15:01:47 +00:00 committed by Git OBS Bridge
parent 9ebef7d7fe
commit 7ace5d1445
2 changed files with 10 additions and 2 deletions

View File

@ -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 +++++++-

View File

@ -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.
------------------------------------------------------------------- -------------------------------------------------------------------