#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0 |
|
#
a8edc9f1 |
| 23-Mar-2024 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: start ng_ksocket(4) tests
The ng_ksocket(4) functionality is very fragile as it interfaces with kernel socket code in unusual way. It definitely needs a test suite. Start one with a
tests/netgraph: start ng_ksocket(4) tests
The ng_ksocket(4) functionality is very fragile as it interfaces with kernel socket code in unusual way. It definitely needs a test suite. Start one with a test that tests UDP over IPv4.
show more ...
|
#
fbbb50f5 |
| 23-Mar-2024 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: mark all tests as required_user="root"
Any netgraph operation requires root priveleges. Some tests in the directory already mark themselves with 'atf_tc_set_md_var(conf, "require.us
tests/netgraph: mark all tests as required_user="root"
Any netgraph operation requires root priveleges. Some tests in the directory already mark themselves with 'atf_tc_set_md_var(conf, "require.user", "root");' which creates a lot of pasted code. Some tests don't mark self. For this particular directory a blanket metadata setting in the Makefile is acceptable, imho.
show more ...
|
Revision tags: release/13.3.0 |
|
#
367e8adb |
| 20-Nov-2023 |
Gleb Smirnoff <glebius@FreeBSD.org> |
tests/netgraph: start ng_socket test suite
Just one check now, check node name.
|
Revision tags: release/14.0.0 |
|
#
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 |
|
#
bad8f868 |
| 18-Mar-2023 |
Mark Johnston <markj@FreeBSD.org> |
netgraph tests: Serialize
Some tests share names for netgraph nodes, so they cannot be run in parallel.
MFC after: 1 week
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
6b08e68b |
| 07-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Tests for ng_vlan_rotate
Test functionality of ng_vlan_rotate(4): - Rotate 1 to 9 stagged vlans in any possible direction and length - Rotate random combinations of ethertypes (810
tests/netgraph: Tests for ng_vlan_rotate
Test functionality of ng_vlan_rotate(4): - Rotate 1 to 9 stagged vlans in any possible direction and length - Rotate random combinations of ethertypes (8100, 88a8, 9100) - Automatic reverse rotating for backward data flow - Test too many and to few vlans
Reviewed by: kp (earlier version) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30670
show more ...
|
#
7863faa7 |
| 04-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Tests for ng_hub
Test functionality of ng_hub(4): - replicting traffic to anything but the sending hook - persistence - an unrestricted loop - implementation limits with many hoo
tests/netgraph: Tests for ng_hub
Test functionality of ng_hub(4): - replicting traffic to anything but the sending hook - persistence - an unrestricted loop - implementation limits with many hooks.
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30633
show more ...
|
#
61814702 |
| 04-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Tests for ng_bridge
Test functionality of ng_bridge(4): - replicating traffic to anything but the sending hook - persistence - detect loops - unicast to only one link of many -
tests/netgraph: Tests for ng_bridge
Test functionality of ng_bridge(4): - replicating traffic to anything but the sending hook - persistence - detect loops - unicast to only one link of many - stretch to implementation limits on broadcast
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30647
show more ...
|
#
24ea1dbf |
| 03-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Inital framework for testing libnetgraph
Provide a framework of functions to test various netgraph modules. Tests contain: - creating, renaming, and destroying nodes - connecting a
tests/netgraph: Inital framework for testing libnetgraph
Provide a framework of functions to test various netgraph modules. Tests contain: - creating, renaming, and destroying nodes - connecting and removing hooks - sending and receiving data - sending ASCII messages - errors can be passed for indiviual inspection or fail the test
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30629
show more ...
|
Revision tags: release/13.0.0 |
|
#
3775ddcf |
| 23-Feb-2021 |
Alex Richardson <arichardson@FreeBSD.org> |
tests/sys/netgraph: Tell kyua that perl is required
Otherwise these tests fail with incomprehensible error messages.
Reviewed By: kp Differential Revision: https://reviews.freebsd.org/D28894
|
#
e8db04c3 |
| 08-Dec-2020 |
Nick Hibma <n_hibma@FreeBSD.org> |
New Netgraph module ng_macfilter:
Macfilter to route packets through different hooks based on sender MAC address.
Based on ng_macfilter written by Pekka Nikander
Sponsered by Retina b.v.
Reviewed
New Netgraph module ng_macfilter:
Macfilter to route packets through different hooks based on sender MAC address.
Based on ng_macfilter written by Pekka Nikander
Sponsered by Retina b.v.
Reviewed by: afedorov MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D27268
show more ...
|