Index: sbin/pfctl/tests/files/pf1006.in =================================================================== --- /dev/null +++ sbin/pfctl/tests/files/pf1006.in @@ -0,0 +1 @@ +pass in proto icmp all schedule "testsched" Index: sbin/pfctl/tests/files/pf1006.ok =================================================================== --- /dev/null +++ sbin/pfctl/tests/files/pf1006.ok @@ -0,0 +1 @@ +pass in proto icmp all keep state schedule "testsched" Index: sbin/pfctl/tests/pfctl_test_list.inc =================================================================== --- sbin/pfctl/tests/pfctl_test_list.inc +++ sbin/pfctl/tests/pfctl_test_list.inc @@ -116,3 +116,4 @@ PFCTL_TEST(1003, "ALTQ") PFCTL_TEST(1004, "ALTQ with Codel") PFCTL_TEST(1005, "PR 231323") +PFCTL_TEST(1006, "Schedule keyword")