diff options
-rw-r--r-- | regress/sbin/pfctl/pf82.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf82.loaded | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf82.ok | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf82.in b/regress/sbin/pfctl/pf82.in index 7a071218921..b5ba5c20099 100644 --- a/regress/sbin/pfctl/pf82.in +++ b/regress/sbin/pfctl/pf82.in @@ -12,5 +12,5 @@ pass inet from <bar> pass from <bar> pass inet6 from <foo> pass from <foo> -pass from no-route pass inet from no-route +pass from no-route diff --git a/regress/sbin/pfctl/pf82.loaded b/regress/sbin/pfctl/pf82.loaded index d7a1c826026..2fb3d832900 100644 --- a/regress/sbin/pfctl/pf82.loaded +++ b/regress/sbin/pfctl/pf82.loaded @@ -39,14 +39,14 @@ [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] @10 pass from <foo:*> to any - [ Skip steps: i=end d=end f=12 p=end sp=end da=end dp=end ] + [ Skip steps: i=end d=end p=end sp=end da=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@11 pass from no-route to any +@11 pass inet from no-route to any [ Skip steps: i=end d=end p=end sa=end sp=end da=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@12 pass inet from no-route to any +@12 pass from no-route to any [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] diff --git a/regress/sbin/pfctl/pf82.ok b/regress/sbin/pfctl/pf82.ok index 44bd23345b8..d58d77240b0 100644 --- a/regress/sbin/pfctl/pf82.ok +++ b/regress/sbin/pfctl/pf82.ok @@ -9,5 +9,5 @@ pass inet from <bar> to any pass from <bar> to any pass inet6 from <foo> to any pass from <foo> to any -pass from no-route to any pass inet from no-route to any +pass from no-route to any |