add example config file

This commit is contained in:
encrypt 2015-03-31 19:16:36 +02:00
parent d12523e8ea
commit a6885453dc

16
etc/etherswitch.rc Normal file
View file

@ -0,0 +1,16 @@
device=eth0
port=0
# called when the switch is on
on_switch_close() {
:
}
# called when the switch is off
on_switch_open() {
:
}
on_switch_toggle() {
:
}