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:
parent
2f075efd81
commit
ee6723a05d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user