diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-05 11:36:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-05 11:43:06 +0000 |
commit | 232a4772c27d2825ab7dacc32b63e92477573d23 (patch) | |
tree | e039f359375630f6a841918515874e7740e1a744 /main/shorewall-shell/shorewall-shell-ipset.patch | |
parent | b3310fd776c0ad24a34816c4c81867fdc1079df1 (diff) | |
download | aports-232a4772c27d2825ab7dacc32b63e92477573d23.tar.bz2 aports-232a4772c27d2825ab7dacc32b63e92477573d23.tar.xz |
main/shorewall-shell: upgrade to 4.2.11, add patch for ipset
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 + |