diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-06-26 21:19:14 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-06-26 21:27:57 +0000 |
| commit | 6bdc9743d8f8c9727e5101d6cb6f2a85a13c5acb (patch) | |
| tree | bb73220c1dcca71b9e96259acce32bee4d23d817 /tests | |
| parent | b93063c84e4e792ede844d30452d82c4fe12bdd2 (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/netinet/fibs_test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sys/netinet/fibs_test.sh b/tests/sys/netinet/fibs_test.sh index 5fe8f7d87641..2d0b63f8e30a 100644 --- a/tests/sys/netinet/fibs_test.sh +++ b/tests/sys/netinet/fibs_test.sh @@ -320,6 +320,9 @@ same_ip_multiple_ifaces_fib0_body() # Setup the interfaces, then remove one alias. It should not panic. setup_tap 0 inet ${ADDR} ${MASK0} TAP0=${TAP} + # After commit 361a8395f0b0e6f254fd138798232529679d99f6 it became + # an error to assign the same interface address twice. + atf_expect_fail "The test results in an ifconfig error and thus spuriously fails" setup_tap 0 inet ${ADDR} ${MASK1} TAP1=${TAP} ifconfig ${TAP1} -alias ${ADDR} |
