]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests/arp: when checking 'arp -d' check that entry is removed
authorGleb Smirnoff <glebius@FreeBSD.org>
Tue, 20 Feb 2024 18:32:03 +0000 (10:32 -0800)
committerGleb Smirnoff <glebius@FreeBSD.org>
Tue, 20 Feb 2024 18:32:03 +0000 (10:32 -0800)
commit28bc1822b7861112755dc2a6971eadac0f94a264
tree54f382247290d9348929efccafd0a7e0f9e89957
parent6a3e87e1306d5058d63f7552a25ed6376422f658
tests/arp: when checking 'arp -d' check that entry is removed

Previous check trusted the "entry was deleted" output of the command.
Improved check does additional request to make sure that entry is not
returned.
tests/sys/netinet/arp.sh