Correct defect in processing the 'persistent' route option

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-10-31 08:15:10 -07:00
parent f90567abf1
commit 460f4bc5b7

View File

@ -1350,7 +1350,7 @@ sub add_a_route( ) {
my $persistent;
if ( $options != '-' ) {
if ( $options ne '-' ) {
for ( split_list1( 'option', $options ) ) {
my ( $option, $value ) = split /=/, $options;