forked from extern/shorewall_code
Fix routing with no providers
This commit is contained in:
parent
3bd9d31c05
commit
8e9bef0a61
@ -35,7 +35,7 @@ use strict;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( setup_providers @routemarked_interfaces handle_stickiness handle_optional_interfaces );
|
||||
our @EXPORT_OK = qw( initialize lookup_provider );
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.4_0';
|
||||
|
||||
use constant { LOCAL_TABLE => 255,
|
||||
MAIN_TABLE => 254,
|
||||
|
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.0-RC1
|
||||
|
||||
1) Delete duplicate Git macro.
|
||||
|
||||
2) Fix routing when no providers.
|
||||
|
||||
Changes in Shorewall 4.4.0-Beta4
|
||||
|
||||
1) Add more macros.
|
||||
|
@ -115,6 +115,9 @@ Shorewall 4.4.0 RC1
|
||||
|
||||
1) The duplicate macro GIT has been deleted.
|
||||
|
||||
2) Previously, Shorewall might alter the routing when there were no
|
||||
providers, even if the "-n" option was given.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
K N O W N P R O B L E M S R E M A I N I N G
|
||||
----------------------------------------------------------------------------
|
||||
|
@ -538,8 +538,6 @@
|
||||
|
||||
<arg><option>-f</option></arg>
|
||||
|
||||
<arg><option>-n</option></arg>
|
||||
|
||||
<arg><replaceable>directory</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user