mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netpfil tests: re-enable dummynet tests
These had been disabled due to panics with queued packets keeping
pointers (in m->m_pkthdr.rcvif) to removed interfaces.
This issue has been resolved in 165746f4e4, so the tests can be run
again.
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
74e6b014b4
commit
a95fcd81d5
1 changed files with 0 additions and 4 deletions
|
|
@ -111,10 +111,6 @@ dummynet_init()
|
|||
atf_skip "This test requires dummynet"
|
||||
fi
|
||||
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "Skip to avoid dummynet_send() panic. See https://reviews.freebsd.org/D33064"
|
||||
fi
|
||||
|
||||
case $firewall in
|
||||
ipfw|pf)
|
||||
# Nothing. This is okay.
|
||||
|
|
|
|||
Loading…
Reference in a new issue