Update Shorewall-perl ipset info

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8532 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-05-29 21:29:10 +00:00
parent b84c9b4254
commit 2af8176f31

View File

@ -381,10 +381,12 @@ insert_rule $filter_table->{OUTPUT}, 1, "-p udp --sport 1701 -j ACCEPT";
<listitem> <listitem>
<para>Your ipsets must be loaded before Shorewall starts. You <para>Your ipsets must be loaded before Shorewall starts. You
are free to try to do that with the following code in are free to try to do that with the following code in
<filename>/etc/shorewall/start</filename>:</para> <filename>/etc/shorewall/start (it works for me; your milage may
vary)</filename>:</para>
<programlisting>if [ "$COMMAND" = start ]; then <programlisting>if [ "$COMMAND" = start ]; then
ipset -U :all: :all: ipset -U :all: :all:
ipset -U :all: :default:
ipset -F ipset -F
ipset -X ipset -X
ipset -R &lt; /etc/shorewall/ipsets ipset -R &lt; /etc/shorewall/ipsets