History log of /freebsd/tests/sys/netgraph/bridge.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 5554abd9 08-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

tests/netgraph: Factor out univeral data counter functions

Factor out the data counter helpers for other tests to use.

Reviewed by: kp
MFC after: 1 week
Differential Revision: https://reviews.freeb

tests/netgraph: Factor out univeral data counter functions

Factor out the data counter helpers for other tests to use.

Reviewed by: kp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30699

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