mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
fixes #2303 removed temporary warning saying import of pix rules is not simplemented
This commit is contained in:
@@ -88,22 +88,7 @@ void PIXImporter::run()
|
||||
if (haveFirewallObject())
|
||||
{
|
||||
if (countInterfaces()==0) err << noInterfacesErrorMessage();
|
||||
// if (countRules()==0) err << noRulesErrorMessage();
|
||||
if (countRules()==0)
|
||||
{
|
||||
// temporary error message, replace with the standard one when
|
||||
// done
|
||||
err << QObject::tr(
|
||||
"\n\n"
|
||||
"Import of PIX and ASA policy and NAT rules is not "
|
||||
"implemented yet but is planned for fwbuilder v4.2.0 release. "
|
||||
"Please watch nightly builds on "
|
||||
"http://www.fwbuilder.org/nightly_builds/fwbuilder-4.2/current_build/ "
|
||||
"if you are interested in this feature."
|
||||
"\n\n"
|
||||
);
|
||||
|
||||
}
|
||||
if (countRules()==0) err << noRulesErrorMessage();
|
||||
} else
|
||||
{
|
||||
err << parser_err;
|
||||
|
||||
Reference in New Issue
Block a user