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

see #2113 added pattern for ASA interface descriptions which is different from PIX interface descirptions

This commit is contained in:
Vadim Kurland 2011-02-21 12:20:21 -08:00
parent 966533a672
commit f909d073eb

View File

@ -396,6 +396,7 @@ void newFirewallDialog::monitor()
QString name = idata->name.c_str();
name.replace("Adaptive Security Appliance '", "");
name.replace("PIX Firewall '", "");
name.replace("' interface", "");
idata->name = name.toStdString();
}