diff options
Diffstat (limited to 'main/shorewall-shell/shorewall-shell-ipset.patch')
-rw-r--r-- | main/shorewall-shell/shorewall-shell-ipset.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/shorewall-shell/shorewall-shell-ipset.patch b/main/shorewall-shell/shorewall-shell-ipset.patch new file mode 100644 index 0000000000..247eb83d35 --- /dev/null +++ b/main/shorewall-shell/shorewall-shell-ipset.patch @@ -0,0 +1,12 @@ +--- ./compiler ++++ ./compiler +@@ -5627,8 +5627,6 @@ + + if [ -f \$f ]; then + progress_message2 "Restoring IPSETS..." +- ipset -U :all: :all: +- ipset -U :all: :default: + ipset -F + ipset -X + ipset -R < \$f + |