History log of /openbsd/regress/sys/net/gif/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 427e22f8 19-Oct-2023 anton <anton@openbsd.org>

Add missing removal of network interfaces in regress cleanup targets.
Reducing the risk tests conflicting with each other.

ok bluhm@


# 4be5cdd0 11-Oct-2023 anton <anton@openbsd.org>

Check if loopback interfaces used are skipped by pf as opposed of
bailing out if any loopback interface is skipped other than lo0.


# 3a262c66 29-Apr-2022 bluhm <bluhm@openbsd.org>

Cleanup makefile so that tests are similar. Link pair to build.


# e2c14723 06-Jul-2021 bluhm <bluhm@openbsd.org>

Fix typo in comment.


# ae9fff4e 17-Dec-2020 bluhm <bluhm@openbsd.org>

Use setup and cleanup feature from regress framework.
Remove echo headlines. Use consistent target names.
Makefile cleanup.


# 20b3c463 08-Jan-2020 bluhm <bluhm@openbsd.org>

Rework when tests have to be skipped due to insufficient configuration
of the regress machine.


# ca7f5f6f 25-Jun-2018 bluhm <bluhm@openbsd.org>

Before running the tests, consistently check whether interfaces or
routing domains are busy.


# 5d7c147e 25-Jun-2018 bluhm <bluhm@openbsd.org>

During test setup, IPv6 duplicate address detection creates some
bogus pf states. Flush all states after the pf rules have been
set. Then the first test run will use the correct routing domains.


# fedd0085 19-Apr-2018 bluhm <bluhm@openbsd.org>

Create two gif(4) interfaces in different routing domains. Test
encapsulating IPv4 and IPv6 packets in IPv4 and IPv6 gif tunnels.