summaryrefslogtreecommitdiffstats
path: root/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/config')
-rw-r--r--app/config/scanners.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/scanners.json b/app/config/scanners.json
index feaafcb..fa65891 100644
--- a/app/config/scanners.json
+++ b/app/config/scanners.json
@@ -211,7 +211,7 @@
],
"ScanPnicsRoot": [
{
- "type": "pnic",
+ "type": "host_pnic",
"environment_condition": {
"mechanism_drivers": [
"OVS",
@@ -224,14 +224,14 @@
],
"ScanHostPnic": [
{
- "type": "pnic",
+ "type": "switch_pnic",
"fetcher": "AciFetchSwitchPnic",
"children_scanner": "ScanSpines"
}
],
"ScanSpines": [
{
- "type": "pnic",
+ "type": "switch_pnic",
"fetcher": "AciFetchLeafToSpinePnics"
}
],
@@ -359,7 +359,7 @@
],
"ScanVppPnicsRoot": [
{
- "type": "pnic",
+ "type": "host_pnic",
"fetcher": "CliFetchHostPnicsVpp",
"environment_condition": {
"mechanism_drivers": "VPP"