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:
parent
966533a672
commit
f909d073eb
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user