The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7ec34ebe181db611682eb5cf2343b98ee5c00e1d

commit 7ec34ebe181db611682eb5cf2343b98ee5c00e1d
Author:     Kristof Provost <[email protected]>
AuthorDate: 2023-12-01 17:22:39 +0000
Commit:     Kristof Provost <[email protected]>
CommitDate: 2024-01-16 08:45:54 +0000

    pfctl tests: basic pflow parser test
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D43110
---
 sbin/pfctl/tests/files/pf1019.in     | 1 +
 sbin/pfctl/tests/files/pf1019.ok     | 1 +
 sbin/pfctl/tests/pfctl_test_list.inc | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sbin/pfctl/tests/files/pf1019.in b/sbin/pfctl/tests/files/pf1019.in
new file mode 100644
index 000000000000..04a770768714
--- /dev/null
+++ b/sbin/pfctl/tests/files/pf1019.in
@@ -0,0 +1 @@
+pass in keep state (pflow)
diff --git a/sbin/pfctl/tests/files/pf1019.ok b/sbin/pfctl/tests/files/pf1019.ok
new file mode 100644
index 000000000000..e865d57da16c
--- /dev/null
+++ b/sbin/pfctl/tests/files/pf1019.ok
@@ -0,0 +1 @@
+pass in all flags S/SA keep state (pflow)
diff --git a/sbin/pfctl/tests/pfctl_test_list.inc 
b/sbin/pfctl/tests/pfctl_test_list.inc
index 4a63c0ba48b7..2dcee80b6e93 100644
--- a/sbin/pfctl/tests/pfctl_test_list.inc
+++ b/sbin/pfctl/tests/pfctl_test_list.inc
@@ -127,3 +127,4 @@ PFCTL_TEST(1015, "Ethernet rule with several labels")
 PFCTL_TEST(1016, "Ethernet rule with ridentifier and one label")
 PFCTL_TEST(1017, "Ethernet rule with ridentifier and several labels")
 PFCTL_TEST(1018, "Test dynamic address mask")
+PFCTL_TEST(1019, "Test pflow option")

Reply via email to