]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-network: check for captive portals received via NDISC 28424/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 17 Jul 2023 08:12:39 +0000 (10:12 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 18 Jul 2023 09:38:58 +0000 (11:38 +0200)
commitc1dd58b3b6eaa8f35d84b5c3f1bb4563d5a71177
tree5f7b0b82dd0632b8f128362fbf8bf29539ed09ef
parent5a000cd46f082346a18d04f5948728d6c2e301d2
test-network: check for captive portals received via NDISC

This requires fairly recent radvd that supports sending RAs with captive
portals [0].

Also, this should hopefully provide coverage for issues like:
  - https://github.com/systemd/systemd/issues/28229
  - https://github.com/systemd/systemd/issues/28231
  - https://github.com/systemd/systemd/issues/28277

[0] https://github.com/radvd-project/radvd/pull/141
test/test-network/conf/25-veth-bridge-captive.network [new file with mode: 0644]
test/test-network/conf/25-veth-client-captive.network [new file with mode: 0644]
test/test-network/conf/25-veth-router-captive.netdev [new file with mode: 0644]
test/test-network/conf/25-veth-router-captive.network [new file with mode: 0644]
test/test-network/conf/radvd/captive-portal.conf [new file with mode: 0644]
test/test-network/systemd-networkd-tests.py