Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | network: test MAC address parsing | Daniel Kahn Gillmor | |
networkd currently silently accepts some strings as MAC addresses that it probably shouldn't (like "ab:cd:ef:12:34:56:78" and "ab:cd:ef:12:3 4:56"). Add tests to MAC address parsing to ensure that we only accept valid MAC addresses, and that we accept the three most common forms of MAC address (colon-delimited hex, IEEE, and Cisco) Several of these tests currently fail, but another commit in this series will resolve them. | |||
2016-05-05 | test-networkd-conf: fix memleak | Thomas Hindoe Paaboel Andersen | |
2016-05-03 | test-networkd-conf: add tests for the parsing functions | Zbigniew Jędrzejewski-Szmek | |