summaryrefslogtreecommitdiffstats
path: root/src/network/test-network-tables.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-1/+1
| | | | | | | When LinkLocalAddressing=fallback or LinkLocalAddressing=ipv4-fallback then IPv4LL will be started only when DHCP fails. Closes #9648.
* test: add tests for string tables for lldp and ndisc eventsYu Watanabe2018-11-061-0/+4
|
* test: add test for radv_prefix_delegation_{from,to}_string()Yu Watanabe2018-11-031-0/+1
|
* test-network-tables: remove duplicate lineZbigniew Jędrzejewski-Szmek2018-10-281-1/+0
|
* test-network-tables: add dhcp6_message_type to testZbigniew Jędrzejewski-Szmek2018-07-241-1/+1
| | | | Follow-up for e91c99059b0d111bd681ea9077d014bd3b6a1f97.
* test: add comment in test-network-tables.cYu Watanabe2018-07-231-0/+1
|
* test-tables,test-network-tables: add a few more testsZbigniew Jędrzejewski-Szmek2018-05-281-0/+14
|
* test-tables*: sortZbigniew Jędrzejewski-Szmek2018-05-281-8/+8
|
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+3
| | | | | Rename networkd.h to networkd-manager.h, to more accurately describe what it contains.
* networkd: netdev - move to separate subdirectoryTom Gundersen2016-11-131-2/+2
| | | | | This could (and should) be made into a separate daemon, at least move the sourcefiles out for now.
* tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek2016-04-221-1/+1
|
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-5/+4
| | | | Sort the includes accoding to the new coding style.
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-1/+1
|
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* networkd: netdev - add ipvlan supportTom Gundersen2015-01-191-0/+1
|
* networkd: introduce an AddressFamilyBoolean enum typeLennart Poettering2015-01-131-1/+1
| | | | | | This introduces am AddressFamilyBoolean type that works more or less like a booleaan, but can optionally turn on/off things for ipv4 and ipv6 independently. THis also ports the DHCP field over to it.
* networkd: split out networkd-link.hTom Gundersen2014-08-121-0/+1
|
* test-tables: add new entriesZbigniew Jędrzejewski-Szmek2014-07-171-0/+26
One missing string found. A few things had to be moved around to make it possible to test them.