summaryrefslogtreecommitdiff
path: root/tests/unittests/net/test_net_rendering.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix v2 interface matching when no MAC James Falcon2022-08-301-0/+101
Commit af40478 added a regression. When parsing v2 config, matching can fail when no MAC is available. This commit fixes that behavior. LP: #1986551