diff --git a/etc/etherswitch.rc b/etc/etherswitch.rc new file mode 100644 index 0000000..43ce327 --- /dev/null +++ b/etc/etherswitch.rc @@ -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() { + : +}