mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Interfaces are now assigned to specific nodes
This commit is contained in:
parent
9a1578ae75
commit
e082a7b519
33 changed files with 64 additions and 18 deletions
|
@ -39,10 +39,12 @@ nodes:
|
|||
|
||||
##### Interfaces Section #####
|
||||
interfaces:
|
||||
# Each entry for each node interfaces
|
||||
# Each entry defines an network interface
|
||||
wlan0:
|
||||
# Interface type (wired/wireless)
|
||||
type: "wireless"
|
||||
# Now specify the nodes on which the interface is available
|
||||
nodes: all
|
||||
# List of links between nodes on this interface
|
||||
# Syntax infos:
|
||||
# 1MBps = 1 megaBYTE per seconds
|
||||
|
@ -57,5 +59,6 @@ interfaces:
|
|||
# Example of a wired interface
|
||||
eth0:
|
||||
type: "wired"
|
||||
nodes: all
|
||||
links:
|
||||
- all 5Mbps 10s all
|
Loading…
Add table
Add a link
Reference in a new issue