From 126d86a8c803689f3b8f8f840af630c8f2d998b0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 25 Oct 2019 10:49:40 -0700 Subject: [PATCH] add cisco_ios_telnet to allowed NOS list --- hyperglass/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperglass/constants.py b/hyperglass/constants.py index b28682e..e16fb1e 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -45,6 +45,7 @@ class Supported: "ciena_saos", "cisco_asa", "cisco_ios", + "cisco_ios_telnet", "cisco_nxos", "cisco_s300", "cisco_tp",