diff options
author | Tom Jones <thj@FreeBSD.org> | 2024-09-06 13:06:57 +0000 |
---|---|---|
committer | Tom Jones <thj@FreeBSD.org> | 2024-09-06 13:09:12 +0000 |
commit | e1b1984abb8b673d43082660a5ae740741f85df6 (patch) | |
tree | 505c7e4f9875db7313379f3f121414f391569d91 | |
parent | 390dc369efaaeca2802baf168ddbd7a40e3afcc8 (diff) | |
download | src-e1b1984abb8b673d43082660a5ae740741f85df6.tar.gz src-e1b1984abb8b673d43082660a5ae740741f85df6.zip |
pfctl: Add endpoint-independent test to the list of tests
Reviewed by: kp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46563
-rw-r--r-- | sbin/pfctl/tests/pfctl_test_list.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/pfctl/tests/pfctl_test_list.inc b/sbin/pfctl/tests/pfctl_test_list.inc index 5d1717200759..1fd31de6ccc4 100644 --- a/sbin/pfctl/tests/pfctl_test_list.inc +++ b/sbin/pfctl/tests/pfctl_test_list.inc @@ -129,3 +129,4 @@ PFCTL_TEST(1017, "Ethernet rule with ridentifier and several labels") PFCTL_TEST(1018, "Test dynamic address mask") PFCTL_TEST(1019, "Test pflow option") PFCTL_TEST(1020, "Test hashmark and semicolon comment") +PFCTL_TEST(1021, "Endpoint-independent") |