File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Documentation/networking/dsa Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1104,12 +1104,11 @@ health of the network and for discovery of other nodes.
11041104In Linux, both HSR and PRP are implemented in the hsr driver, which
11051105instantiates a virtual, stackable network interface with two member ports.
11061106The driver only implements the basic roles of DANH (Doubly Attached Node
1107- implementing HSR) and DANP (Doubly Attached Node implementing PRP); the roles
1108- of RedBox and QuadBox are not implemented (therefore, bridging a hsr network
1109- interface with a physical switch port does not produce the expected result).
1107+ implementing HSR), DANP (Doubly Attached Node implementing PRP) and RedBox
1108+ (allows non-HSR devices to connect to the ring via Interlink ports).
11101109
1111- A driver which is able of offloading certain functions of a DANP or DANH should
1112- declare the corresponding netdev features as indicated by the documentation at
1110+ A driver which is able of offloading certain functions should declare the
1111+ corresponding netdev features as indicated by the documentation at
11131112``Documentation/networking/netdev-features.rst ``. Additionally, the following
11141113methods must be implemented:
11151114
You can’t perform that action at this time.
0 commit comments