summaryrefslogtreecommitdiff
path: root/src/network/test-networkd-conf.c
Commit message (Expand)AuthorAgeFilesLines
* network: assume prefix length is full address sizeYu Watanabe2023-01-191-2/+2
* test: Use TEST macros in more placesJan Janssen2022-03-161-19/+8
* network: enable KeepConfiguration= when running on network filesystemYu Watanabe2022-02-051-0/+5
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-62/+62
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-091-1/+1
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-0/+1
* network: tighten variable scope used in loop (#18277)Susant Sahani2021-01-171-2/+1
* test-networkd-conf: add missing assert_seZbigniew Jędrzejewski-Szmek2020-11-281-1/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-6/+3
|\
| * net-condition: introduce struct NetMatchYu Watanabe2020-10-291-1/+1
| * net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-291-5/+2
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* network: drop list of static addressesYu Watanabe2020-10-071-6/+8
* Fix clang-11 issuesChristian Göttsche2020-07-261-1/+1
* Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek2019-08-191-1/+1
* test-networkd-conf: add missing assertZbigniew Jędrzejewski-Szmek2019-07-171-1/+8
* test: add tests for config_parse_match_{strv,ifnames}()Yu Watanabe2019-07-011-0/+23
* network,udev: fix multiple invert matching linesYu Watanabe2019-07-011-1/+1
* network: introduce reference counter for Network objectYu Watanabe2019-05-071-1/+2
* udev,network: warn when .link or .network file has no [Match] sectionYu Watanabe2019-04-251-0/+1
* test: make network_verify() public and use it in test-networkd-confYu Watanabe2019-03-131-0/+3
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-1/+1
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-1/+0
* in-addr-util: make in_addr_default_prefix_from_string() or friend set 0 to pr...Yu Watanabe2018-11-071-1/+1
* test: add tests for config_parse_address()Yu Watanabe2018-11-051-0/+44
* network: accept additional time-value after ':' when DUIDType=link-layer-timeYu Watanabe2018-08-081-10/+17
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* test: add tests for config_parse_hwaddrs()Yu Watanabe2018-05-091-2/+49
* ether-addr-util: make ether_addr_from_string() stricterYu Watanabe2018-05-091-4/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* network: test MAC address parsingDaniel Kahn Gillmor2016-05-171-0/+51
* test-networkd-conf: fix memleakThomas Hindoe Paaboel Andersen2016-05-051-1/+3
* test-networkd-conf: add tests for the parsing functionsZbigniew Jędrzejewski-Szmek2016-05-031-0/+89