History log of /freebsd/tests/sys/netinet/arp.sh (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b4bd97ec 20-Jan-2025 Kristof Provost <kp@FreeBSD.org>

netinet tests: basic garp test

Excercise the garp code.
This doesn't actively verify anything, but is sufficient to trigger the
panic reported in PR 284073, so it's a useful test case to keep.

PR:

netinet tests: basic garp test

Excercise the garp code.
This doesn't actively verify anything, but is sufficient to trigger the
panic reported in PR 284073, so it's a useful test case to keep.

PR: 284073
Sponsored by: Rubicon Communications, LLC ("Netgate")

show more ...


Revision tags: release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 1968d716 20-Feb-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/arp: test arp -s/-S work

Install permanent entry, try to modify it, check that
net.link.ether.inet.log_arp_permanent_modify works.


# 28bc1822 20-Feb-2024 Gleb Smirnoff <glebius@FreeBSD.org>

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

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.

show more ...


Revision tags: release/14.0.0
# aad8fb3e 06-Oct-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

tests: Add a test case for arp host lookups.

Reviewed by: kp
Differential Revision: https://reviews.freebsd.org/D42108


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# e8646907 17-Aug-2021 Kristof Provost <kp@FreeBSD.org>

netinet tests: delete an interface with pending lookups

This has been known to trigger panics. It currently doesn't, but we may
as well have a test for it.

MFC after: 1 week
Sponsored by: Rubicon C

netinet tests: delete an interface with pending lookups

This has been known to trigger panics. It currently doesn't, but we may
as well have a test for it.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

show more ...


Revision tags: release/13.0.0
# f17f94cd 20-Feb-2021 Alexander V. Chernikov <melifaro@FreeBSD.org>

Add arp/ndp tests in addition to rtsock ll tests.