napalm-automation-community / napalm-dellos10

NAPALM Driver for Dell EMC OS10 Enterprise
http://dellos10-napalm.readthedocs.io/en/latest/
Apache License 2.0
10 stars 11 forks source link

lldp_neighbors_output variable name in the get_mac_address_table method #16

Closed lboue closed 5 years ago

lboue commented 6 years ago

Hello,

I noticed is a mistake with the lldp_neighbors_output variable name whihin the get_mac_address_table method:

    def get_mac_address_table(self):
        cmd = 'show mac address-table | display-xml'
        lldp_neighbors_output = self._send_command(cmd)

        routes_xml_data = self.convert_xml_data(lldp_neighbors_output)

Regards, Ludovic

lboue commented 5 years ago

It should be fixed by PR #18.