We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871b969 commit f86266eCopy full SHA for f86266e
netdot/Client.py
@@ -623,6 +623,7 @@ def get_device_vlans(self, device):
623
try:
624
iface_vlans = self.get_object_by_filter('interfacevlan', 'interface', iface)
625
for iv in iface_vlans['InterfaceVlan'].keys():
626
+ print iv
627
if iv['vlan'] not in dev_vlans:
628
dev_vlans.append(iv['vlan'])
629
except requests.exceptions.HTTPError as e:
0 commit comments