Commit Graph

4 Commits

Author SHA1 Message Date
Christopher Laprise
90499bbf12
Fixes issue #3939
(cherry picked from commit b8783e65e4)
2018-07-18 17:32:32 +02:00
Marek Marczykowski-Górecki
c9cf96eeef
network: use iptables-restore --wait if available
Avoid bailing out early if multiple instances of iptables-restore are
called simultaneously.

Fixes QubesOS/qubes-issues#3665

(cherry picked from commit 8f6bd245bd)
2018-07-18 17:32:31 +02:00
Patrick Schleizer
2eb0ed2be1
removed trailing spaces 2015-10-15 04:34:55 +02:00
Marek Marczykowski-Górecki
65e9e4c72c
network: use own iptables service instead of repurposing existing one
There were multiple problems with reusing existing one:
 - need to sync with upstream changes (configuration path etc)
 - conflicts resolution on updates
 - lack of iptables --wait, which causes firewall fail to load sometimes

QubesOS/qubes-issues#1067
2015-08-09 20:09:51 +02:00