summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-29 13:24:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-29 13:24:41 +0000
commitfe44c67716c23269a756f5162baf882bf8b77f0c (patch)
treeabc45ad001f7d3c73b623679fd94318923b83827 /sbin/pfctl
parent83a08b7c09d6987920ab7663a57ffc0f61cea70b (diff)
downloadsrc-test-fe44c67716c23269a756f5162baf882bf8b77f0c.tar.gz
src-test-fe44c67716c23269a756f5162baf882bf8b77f0c.zip
Fix test cases after r358448
sbin.pfctl.pfctl_test.pf0087 sbin.pfctl.pfctl_test.selfpf0087 MFC with: r358448 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=358463
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/tests/files/pf0087.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/tests/files/pf0087.ok b/sbin/pfctl/tests/files/pf0087.ok
index adf356f84fa5f..7aa69adefae0b 100644
--- a/sbin/pfctl/tests/files/pf0087.ok
+++ b/sbin/pfctl/tests/files/pf0087.ok
@@ -5,7 +5,7 @@ pass in on lo1000000 inet proto udp from any to 10.0.0.2 port = domain keep stat
pass in inet proto tcp from any to 10.0.0.1 port = http flags S/SA keep state
pass out on lo1000001 inet proto udp from any to 10.0.0.2 port = domain keep state
pass in inet proto tcp from any to 10.0.0.3 port = http flags S/SA keep state
-pass out inet proto tcp from any to 10.0.0.1 port = hosts2-ns flags S/SA keep state
+pass out inet proto tcp from any to 10.0.0.1 port = 81 flags S/SA keep state
pass in inet proto udp from any to 10.0.0.3 port = domain keep state
pass in on lo1000001 inet proto udp from 10.0.0.2 port = domain to 10.0.0.2 keep state
pass out inet proto udp from any to 10.0.0.1 port = domain keep state