From 95de26ed2335fc4ba937a863b6aa9683cb81aba0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 23:33:22 -0700 Subject: [PATCH] switched to hostname-based device identification, removed name key --- hyperglass/command/construct.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/command/construct.py b/hyperglass/command/construct.py index 3ce3468..c33a317 100644 --- a/hyperglass/command/construct.py +++ b/hyperglass/command/construct.py @@ -44,7 +44,6 @@ class Construct: self.d_address = self.device["address"] self.d_src_addr_ipv4 = self.device["src_addr_ipv4"] self.d_src_addr_ipv6 = self.device["src_addr_ipv6"] - self.d_name = self.device["name"] self.d_type = self.device["type"] self.command = configuration.command(self.d_type)