diff options
Diffstat (limited to 'regress/sbin/pfctl/pf1.ok')
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok index c9bf8d16971..17ee5b6895f 100644 --- a/regress/sbin/pfctl/pf1.ok +++ b/regress/sbin/pfctl/pf1.ok @@ -2,5 +2,5 @@ @1 pass in all @2 pass in proto tcp from any port <= 1024 to any label foo_bar @3 pass in proto tcp from any to any port = smtp -@4 pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3/32 port != ssh -@5 pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1/32 allow-opts +@4 pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != ssh +@5 pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1 allow-opts |