forked from extern/shorewall_code
Merge branch '5.1.0'
This commit is contained in:
commit
0d2a5089a9
@ -6806,7 +6806,7 @@ sub generate_aux_config() {
|
|||||||
|
|
||||||
emit "#\n# Shorewall auxiliary configuration file created by Shorewall version $globals{VERSION} - $date\n#";
|
emit "#\n# Shorewall auxiliary configuration file created by Shorewall version $globals{VERSION} - $date\n#";
|
||||||
|
|
||||||
for my $option ( qw(VERBOSITY LOGFILE LOGFORMAT ARPTABLES IPTABLES IP6TABLES IP TC IPSET PATH SHOREWALL_SHELL SUBSYSLOCK LOCKFILE RESTOREFILE WORKAROUNDS RESTART DYNAMIC_BLACKLIST) ) {
|
for my $option ( qw(VERBOSITY LOGFILE LOGFORMAT ARPTABLES IPTABLES IP6TABLES IP TC IPSET PATH SHOREWALL_SHELL SUBSYSLOCK LOCKFILE RESTOREFILE WORKAROUNDS RESTART DYNAMIC_BLACKLIST PAGER) ) {
|
||||||
conditionally_add_option $option;
|
conditionally_add_option $option;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -774,7 +774,7 @@ loc eth2 -</programlisting>
|
|||||||
iptables and kernel. It provides a more efficient alternative
|
iptables and kernel. It provides a more efficient alternative
|
||||||
to the <option>sfilter</option> option below. It performs a
|
to the <option>sfilter</option> option below. It performs a
|
||||||
function similar to <option>routefilter</option> (see above)
|
function similar to <option>routefilter</option> (see above)
|
||||||
but works with Multi-ISP configurations that do now use
|
but works with Multi-ISP configurations that do not use
|
||||||
balanced routes.</para>
|
balanced routes.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall
|
||||||
#
|
#
|
||||||
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
# Copyright 2011 Jonathan Underwood <jonathan.underwood@gmail.com>
|
||||||
|
# Copyright 2017 Tom Eastep <teastep@shorewall.net>
|
||||||
#
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Shorewall IPv6 firewall (lite)
|
Description=Shorewall IPv6 firewall (lite)
|
||||||
@ -14,7 +15,7 @@ Type=oneshot
|
|||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
EnvironmentFile=-/etc/sysconfig/shorewall6-lite
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
ExecStart=/sbin/shorewal -6l $OPTIONS start $STARTOPTIONS
|
ExecStart=/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS
|
||||||
ExecStop=/sbin/shorewall -6l $OPTIONS stop
|
ExecStop=/sbin/shorewall -6l $OPTIONS stop
|
||||||
ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS
|
ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user