1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-19 17:57:22 +01:00

fixes #2429 fixed common error message shown when importer could not create firewall object

This commit is contained in:
Vadim Kurland 2011-05-29 21:49:18 -07:00
parent 2f075efd81
commit ee6723a05d

View File

@ -875,10 +875,10 @@ QString Importer::commonFailureErrorMessage()
"file you are trying to import is in one of supported "
"formats. Currently fwbuilder can only import "
"iptables configuration saved with "
"'iptables-restore' command and Cisco routers (IOS) "
"configurations saved with 'show run' command. Import "
"of cisco ASA (PIX) configuration is not supported "
"at this time");
"'iptables-restore' command, Cisco routers (IOS), "
"Cisco ASA, FWSM and PIX configurations saved with "
"'show run' command and PF configuration from a pf.conf file."
);
}
void Importer::addMessageToLog(const std::string &msg)