pfctl tests: basic pflow parser test

Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D43110
This commit is contained in:
Kristof Provost 2023-12-01 18:22:39 +01:00
parent fb0c74685f
commit 7ec34ebe18
3 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
pass in keep state (pflow)

View file

@ -0,0 +1 @@
pass in all flags S/SA keep state (pflow)

View file

@ -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")