From 3f6e0325867e4273766881a2e0c2b9fa33010bbe Mon Sep 17 00:00:00 2001 From: Adam Wilkins Date: Mon, 24 Oct 2022 17:05:25 -0500 Subject: [PATCH] Update architecture.md Updated type of 'CPD' to 'CDP' in Architect doc. --- docs/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 92406291..d4207e99 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -72,7 +72,7 @@ The table below present the capabilities in term of : Read, Create, Update and D ### Network Importer Adapter -The Network Importer Adapter is designed to read the status of the network primarily from Batfish but it can also leverage Nornir to gather some additional information like the list of LLDP/CPD neighbors or the list of vlans. +The Network Importer Adapter is designed to read the status of the network primarily from Batfish but it can also leverage Nornir to gather some additional information like the list of LLDP/CDP neighbors or the list of vlans. ## Drivers @@ -107,4 +107,4 @@ Each driver can implement an action using the connection of its choice. The tabl | juniper_junos | default | default | Not Supported | | arista_eos | default | default | Napalm + eAPI | -> The name of the Napalm driver for each device must be defined in Netbox as part of the platform definition. \ No newline at end of file +> The name of the Napalm driver for each device must be defined in Netbox as part of the platform definition.