Revert "Warn when RESTORE_DEFAULT_ROUTE=Yes and a persistent provider is defined"

This reverts commit 39a3c72057.
This commit is contained in:
Tom Eastep 2017-10-11 11:24:54 -07:00
parent 15a3b29a32
commit 02ed36332a
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -602,7 +602,6 @@ sub process_a_provider( $ ) {
} elsif ( $option eq 'nohostroute' ) {
$hostroute = 0;
} elsif ( $option eq 'persistent' ) {
warning_message "When RESTOE_DEFAULT_ROUTE=Yes, the 'persistent' option may not work as expected" if $config{RESTORE_DEFAULT_ROUTE};
$persistent = 1;
} else {
fatal_error "Invalid option ($option)";