1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00

fixes #2303 removed temporary warning saying import of pix rules is not simplemented

This commit is contained in:
Vadim Kurland 2011-03-31 15:08:10 -07:00
parent 6808fb5693
commit 1e72dc4085

View File

@ -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;