diff options
Diffstat (limited to 'scripts/channel-example.yaml')
-rw-r--r-- | scripts/channel-example.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/channel-example.yaml b/scripts/channel-example.yaml new file mode 100644 index 0000000..819f251 --- /dev/null +++ b/scripts/channel-example.yaml @@ -0,0 +1,6 @@ +# Channel Number (must be unique) is the key +1: + # ifName the ethernet device name (used in the dbus path) + ifName: eth0 +2: + ifName: eth1 |