History log of /freebsd/tests/sys/netlink/test_rtnl_route.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# effa0f6c 11-Jan-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/netlink: mark a test that requires tun(4)


# 1db64f89 28-Nov-2023 Jose Luis Duran <jlduran@gmail.com>

netlink: Add tests when adding an interface route

Add tests for adding a route using an interface only (without an IP
address).

Reviewed by: rcm
Approved by: kp (mentor)
MFC after: 1 week
Different

netlink: Add tests when adding an interface route

Add tests for adding a route using an interface only (without an IP
address).

Reviewed by: rcm
Approved by: kp (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D41436

show more ...


Revision tags: release/14.0.0, release/13.2.0
# fee65b7e 31-Mar-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: split netlink.py into multiple files to impove maintainability.

This diff does not contain any functional changes.
Its sole purpose is splitting netlink.py into smaller chunks.
The new code s

tests: split netlink.py into multiple files to impove maintainability.

This diff does not contain any functional changes.
Its sole purpose is splitting netlink.py into smaller chunks.
The new code simplifies the upcoming generic netlink support
introduction.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D39365

show more ...


# c57dfd92 07-Mar-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: add more netlink tests for neighbors/routes

Differential Revision: https://reviews.freebsd.org/D38912
MFC after: 2 weeks


# 828d3c6c 20-Feb-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: add netlink large dump buffer check

Differential Revision: https://reviews.freebsd.org/D38665
MFC after: 2 weeks