diff --git a/iptables-batch-lock.patch b/iptables-batch-lock.patch index 588c667..4f3b0c7 100644 --- a/iptables-batch-lock.patch +++ b/iptables-batch-lock.patch @@ -1,3 +1,10 @@ +From: Matthias Gerstner +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/xshared.c | 8 +++++++- diff --git a/iptables.changes b/iptables.changes index 015c83b..4db318c 100644 --- a/iptables.changes +++ b/iptables.changes @@ -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 -- 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). +- Add iptables-batch-lock.patch: 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. -------------------------------------------------------------------