8f8abf4efd
Why I did it When getting system mac of centec platform, it would increase by 1 the last byte of mac, but it could not consider the case of carry. How I did it Firstly, I would replace the ":" with "" of mac to a string. And then, I would convert the mac from string to int and increase by 1, at last convert it to string with inserting ":". |
||
---|---|---|
.. | ||
sonic_py_common | ||
tests | ||
.gitignore | ||
pytest.ini | ||
setup.cfg | ||
setup.py |