etherswitch/etc/etherswitch.rc
2015-03-31 19:16:36 +02:00

16 lines
170 B
Text

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() {
:
}