diff options
Diffstat (limited to 'app/config/scanners.json')
-rw-r--r-- | app/config/scanners.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/config/scanners.json b/app/config/scanners.json index 3c17918..feaafcb 100644 --- a/app/config/scanners.json +++ b/app/config/scanners.json @@ -225,7 +225,14 @@ "ScanHostPnic": [ { "type": "pnic", - "fetcher": "AciFetchSwitchPnic" + "fetcher": "AciFetchSwitchPnic", + "children_scanner": "ScanSpines" + } + ], + "ScanSpines": [ + { + "type": "pnic", + "fetcher": "AciFetchLeafToSpinePnics" } ], "ScanProject": [ |