Skip to content

Commit 44453ee

Browse files
committed
10-BaseT1S: Removed unused configuration entries.
There's no switch node in this network but only a controller. Anyway, the network nodes are already PLCA nodes, so there's no need to set the network interface typename.
1 parent c02deae commit 44453ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/ethernet/TenBaseT1S/validation.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,11 @@ description = "Ethernet CSMA/CD using the single EthernetCsmaMacPhy module"
4646
[Config CSMACD]
4747
description = "Ethernet CSMA/CD using separate EthernetCsmaMac and EthernetCsmaPhy modules which support adding Ethernet PLCA"
4848

49-
# network interface configuration
50-
*.switch.eth[0].typename = "EthernetPlcaInterface"
51-
5249
# completely disable PLCA
5350
**.plca.typename = ""
5451

5552
[Config PLCA]
5653
description = "Ethernet PLCA using separate EthernetCsmaMac, EthernetPlca, and EthernetCsmaPhy modules"
5754

58-
# network interface configuration
59-
*.switch.eth[0].typename = "EthernetPlcaInterface"
60-
6155
# PLCA configuration
6256
*.*.eth[0].plca.max_bc = 3

0 commit comments

Comments
 (0)