>>> from vyos.ifconfig import EthernetIf
>>> EthernetIf('eth0').get_mac()
>>>
>>> tmp=EthernetIf('eth0').get_mac()
>>> type(tmp)
<class 'NoneType'>Description
Description
Details
Details
- Version
- 1.3-rolling-202003270650
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Bug (incorrect behavior)
Related Objects
Related Objects