aboutsummaryrefslogtreecommitdiffstats
path: root/app/discover/fetchers/cli
diff options
context:
space:
mode:
authorYaron Yogev <yaronyogev@gmail.com>2017-08-09 17:15:31 +0300
committerYaron Yogev <yaronyogev@gmail.com>2017-08-09 17:15:31 +0300
commit1f78242187a54928d1e5ac4acebbc64c25be4a51 (patch)
tree9da20d6f92f2d7377ffc1edac1f2d5e308997ff4 /app/discover/fetchers/cli
parentec3ce513b0f22c9cfd4261886640a7104560ad0a (diff)
US2853 ACI data & links added
Change-Id: I26d67bd8a03815e816babc5f6bd525bd32efef9c Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/discover/fetchers/cli')
-rw-r--r--app/discover/fetchers/cli/cli_fetch_host_pnics.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/discover/fetchers/cli/cli_fetch_host_pnics.py b/app/discover/fetchers/cli/cli_fetch_host_pnics.py
index 3516e25..86aa693 100644
--- a/app/discover/fetchers/cli/cli_fetch_host_pnics.py
+++ b/app/discover/fetchers/cli/cli_fetch_host_pnics.py
@@ -71,7 +71,8 @@ class CliFetchHostPnics(CliAccess):
"host": host_id,
"name": id,
"local_name": interface_name,
- "lines": []
+ "lines": [],
+ "pnic_type": "host"
}
self.handle_line(interface, line_remainder)
if '<UP,' in line: