diff options
Diffstat (limited to 'regress/sbin/pfctl/pf85.ok')
-rw-r--r-- | regress/sbin/pfctl/pf85.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf85.ok b/regress/sbin/pfctl/pf85.ok index 3f62f6bc321..07e71ed5f70 100644 --- a/regress/sbin/pfctl/pf85.ok +++ b/regress/sbin/pfctl/pf85.ok @@ -1,6 +1,6 @@ -pass inet from 127.0.0.1 to any keep state tag 127.0.0.1 -pass inet from 127.0.0.2 to any keep state tag 127.0.0.2 -pass inet from 127.0.0.3 to any keep state tag 127.0.0.3 -pass inet from 127.0.0.1 to any keep state tagged 127.0.0.1 -pass inet from 127.0.0.2 to any keep state tagged 127.0.0.2 -pass inet from 127.0.0.3 to any keep state tagged 127.0.0.3 +pass inet from 127.0.0.1 to any flags S/SA keep state tag 127.0.0.1 +pass inet from 127.0.0.2 to any flags S/SA keep state tag 127.0.0.2 +pass inet from 127.0.0.3 to any flags S/SA keep state tag 127.0.0.3 +pass inet from 127.0.0.1 to any flags S/SA keep state tagged 127.0.0.1 +pass inet from 127.0.0.2 to any flags S/SA keep state tagged 127.0.0.2 +pass inet from 127.0.0.3 to any flags S/SA keep state tagged 127.0.0.3 |