History log of /freebsd-14.2/tests/sys/netgraph/Makefile (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

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


Revision tags: release/13.2.0
# bad8f868 18-Mar-2023 Mark Johnston <[email protected]>

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 06-Jun-2021 Lutz Donnerhacke <[email protected]>

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 03-Jun-2021 Lutz Donnerhacke <[email protected]>

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 <[email protected]>

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 02-Jun-2021 Lutz Donnerhacke <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 ...