mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
Merge branch '4.5.11'
Conflicts: Shorewall/Perl/Shorewall/Rules.pm Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
commit
643f419264
@ -1281,8 +1281,8 @@ sub process_providers( $ ) {
|
|||||||
#
|
#
|
||||||
for ( grep interface_is_optional( $_ ) && ! $provider_interfaces{ $_ }, all_real_interfaces ) {
|
for ( grep interface_is_optional( $_ ) && ! $provider_interfaces{ $_ }, all_real_interfaces ) {
|
||||||
#
|
#
|
||||||
# TABLE NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
|
# TABLE NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
|
||||||
$currentline = "$_ 0 - - $_ - - -";
|
$currentline = chain_base($_) ." 0 - - $_ - - -";
|
||||||
#
|
#
|
||||||
$pseudoproviders += process_a_provider(1);
|
$pseudoproviders += process_a_provider(1);
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
role="bold">+</emphasis>]<emphasis>interfacelist</emphasis>[<emphasis
|
role="bold">+</emphasis>]<emphasis>interfacelist</emphasis>[<emphasis
|
||||||
role="bold">:</emphasis>[<emphasis>digit</emphasis>]][<emphasis
|
role="bold">:</emphasis>[<emphasis>digit</emphasis>]][<emphasis
|
||||||
role="bold">:</emphasis>[<emphasis>dest-address</emphasis>[<emphasis
|
role="bold">:</emphasis>[<emphasis>dest-address</emphasis>[<emphasis
|
||||||
role="bold">,</emphasis><emphasis>dest-address</emphasis>]...[<emphasis>exclusion</emphasis>]]|{?}COMMENT}</term>
|
role="bold">,</emphasis><emphasis>dest-address</emphasis>]...[<emphasis>exclusion</emphasis>]]|[?]COMMENT}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Outgoing <emphasis>interfacelist</emphasis>. This may be a
|
<para>Outgoing <emphasis>interfacelist</emphasis>. This may be a
|
||||||
|
Loading…
Reference in New Issue
Block a user