forked from mirrors/thatmattlove-hyperglass
switched to hostname-based device identification, removed name key
This commit is contained in:
parent
59c6f124d4
commit
95de26ed23
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue