diff options
Diffstat (limited to 'regress/sbin/pfctl/pf46.ok')
-rw-r--r-- | regress/sbin/pfctl/pf46.ok | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf46.ok b/regress/sbin/pfctl/pf46.ok new file mode 100644 index 00000000000..13630e5674e --- /dev/null +++ b/regress/sbin/pfctl/pf46.ok @@ -0,0 +1,8 @@ +pass in on lo0 route-to { (lo0 127.0.0.1), (lo0 127.0.0.2) } round-robin inet all +pass out on lo0 route-to { (lo0 127.0.0.1), (lo0 127.0.0.2) } round-robin inet all +pass in on lo0 route-to (lo0 127.0.0.0/24) bitmask inet all +pass out on lo0 dup-to (lo0 127.0.0.0/24) random inet all +pass in on lo0 reply-to { lo0, lo0 } round-robin inet6 all +pass in on lo0 reply-to (lo0 127.0.0.0/28) source-hash 0x0123456789abcdef0123456789abcdef inet all +pass out on lo0 route-to (lo0 127.0.0.0/24) source-hash 0x4da8e393fd22f577426cfdf7fe52d3b0 inet all +pass in on lo0 dup-to (lo0 127.0.0.0/24) round-robin inet all |