Page MenuHomeVyOS Platform

vyos.ifconfig.get_mac() broken
Closed, ResolvedPublicBUG

Description

>>> from vyos.ifconfig import EthernetIf
>>> EthernetIf('eth0').get_mac()
>>>
>>> tmp=EthernetIf('eth0').get_mac()
>>> type(tmp)
<class 'NoneType'>

Details

Version
1.3-rolling-202003270650
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)