diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-16 00:33:31 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-12-16 00:33:31 +0000 |
commit | e3857c135bbe80a91166033d051644798443eb89 (patch) | |
tree | 391f530c8197c1a78780b5e8ba5c1b17555e62dd | |
parent | b4fd2a687cd1acdb5946a41f0568c85f0a34c853 (diff) |
Test setting hostid.
-rw-r--r-- | regress/sbin/pfctl/pf22.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf22.ok | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf55.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf55.ok | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf22.in b/regress/sbin/pfctl/pf22.in index 3929ba4eac7..d301e1de611 100644 --- a/regress/sbin/pfctl/pf22.in +++ b/regress/sbin/pfctl/pf22.in @@ -5,5 +5,6 @@ set limit states 500 set limit {states 1000,frags 1000} set loginterface lo0 set loginterface none +set hostid 1 set require-order no set require-order yes diff --git a/regress/sbin/pfctl/pf22.ok b/regress/sbin/pfctl/pf22.ok index 2c07f877e0e..1dce2148953 100644 --- a/regress/sbin/pfctl/pf22.ok +++ b/regress/sbin/pfctl/pf22.ok @@ -7,5 +7,6 @@ set limit states 1000 set limit frags 1000 set loginterface lo0 set loginterface none +set hostid 0x00000001 set require-order no set require-order yes diff --git a/regress/sbin/pfctl/pf55.in b/regress/sbin/pfctl/pf55.in index 4d56cb446df..3d11cb51fe3 100644 --- a/regress/sbin/pfctl/pf55.in +++ b/regress/sbin/pfctl/pf55.in @@ -7,6 +7,7 @@ set timeout { other.first 455, other.single 54, other.multiple 324 } set limit { states 4522, frags 43556 } set loginterface none set loginterface lo0 +set hostid 1 set optimization normal set block-policy drop set require-order yes diff --git a/regress/sbin/pfctl/pf55.ok b/regress/sbin/pfctl/pf55.ok index 18c6f05cdd0..bfd69d1e9a1 100644 --- a/regress/sbin/pfctl/pf55.ok +++ b/regress/sbin/pfctl/pf55.ok @@ -18,6 +18,7 @@ set limit states 4522 set limit frags 43556 set loginterface none set loginterface lo0 +set hostid 0x00000001 set optimization normal set block-policy drop set require-order yes |