Author: lwhsu
Date: Sat Feb 29 13:24:41 2020
New Revision: 358463
URL: https://svnweb.freebsd.org/changeset/base/358463

Log:
  Fix test cases after r358448
  
  sbin.pfctl.pfctl_test.pf0087
  sbin.pfctl.pfctl_test.selfpf0087
  
  MFC with:     r358448
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sbin/pfctl/tests/files/pf0087.ok

Modified: head/sbin/pfctl/tests/files/pf0087.ok
==============================================================================
--- head/sbin/pfctl/tests/files/pf0087.ok       Sat Feb 29 13:15:01 2020        
(r358462)
+++ head/sbin/pfctl/tests/files/pf0087.ok       Sat Feb 29 13:24:41 2020        
(r358463)
@@ -5,7 +5,7 @@ pass in on lo1000000 inet proto udp from any to 10.0.0
 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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to