The branch stable/14 has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1dd41c75b5ac0ffca55aafb1095bb70dc1700847

commit 1dd41c75b5ac0ffca55aafb1095bb70dc1700847
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2025-02-17 19:52:46 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2025-03-01 22:53:59 +0000

    pf tests: Remove Scapy as a required program
    
    Scapy is not needed to run this test.  Remove it from the required
    programs list.
    
    Reviewed by:    kp
    Approved by:    emaste (mentor)
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D49006
    
    (cherry picked from commit 1f1963bd32d669f89ea3b044636de0cb7a33134b)
---
 tests/sys/netpfil/pf/rdr.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netpfil/pf/rdr.sh b/tests/sys/netpfil/pf/rdr.sh
index 07aca78cc650..74d12371379d 100644
--- a/tests/sys/netpfil/pf/rdr.sh
+++ b/tests/sys/netpfil/pf/rdr.sh
@@ -32,7 +32,7 @@ tcp_v6_head()
 {
        atf_set descr 'TCP rdr with IPv6'
        atf_set require.user root
-       atf_set require.progs scapy python3
+       atf_set require.progs python3
 }
 
 #

Reply via email to