sd-ipv4{acd,ll}: add simple test programs
authorTom Gundersen <teg@jklm.no>
Fri, 21 Aug 2015 21:04:14 +0000 (23:04 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 18 Sep 2015 13:14:43 +0000 (15:14 +0200)
commit7b713b81c27277f37420c121f2c9eeb10646ff5a
treebece91434d3a7ea4185f93693d02cd130545419a
parente3dca0089b7b50e2ec21409d1292727921d06102
sd-ipv4{acd,ll}: add simple test programs

These programs should be run manually, typically two instances on a
veth pair to check conflict detection.

Both test programs take the ifname as input, the ACD also takes the
IP address to check, whereas LL (optionally) takes the seed, which
determines the sequence of IP addresses to try.
Makefile.am
src/libsystemd-network/test-acd.c [new file with mode: 0644]
src/libsystemd-network/test-ipv4ll-manual.c [new file with mode: 0644]