From 42a5deb1f2750415b569739cf455590893d7aa94 Mon Sep 17 00:00:00 2001 From: Adam Kirchberger Date: Tue, 18 Oct 2022 23:34:03 +0100 Subject: [PATCH] docs: add mention of napalm driver --- docs/guide/drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/drivers.md b/docs/guide/drivers.md index a8a090f..b0d7cc3 100644 --- a/docs/guide/drivers.md +++ b/docs/guide/drivers.md @@ -23,7 +23,7 @@ Drivers are used to enable communication between nectl and the end host. These are operating system specific and will use SDKs or API's provided by the host vendor. -The nectl core library includes some drivers but like all parts of nectl you are free to bring your own drivers (or override existing ones) in your network kit. +The nectl core library includes a Napalm driver but like all parts of nectl you are free to bring your own drivers (or override existing ones) in your network kit. ## Methods