Swich ports offline if plugged during boot

I can confirm that the fix-switch binary does resolve the issue for me. Steps:

  1. Get fix-switch onto the TO with something like scp fix-switch root@192.168.0.1:./
  2. ssh root@192.168.0.1
  3. chmod 755 fix-switch && mv fix-switch /usr/bin
  4. Edit /etc/rc.local and add /usr/bin/fix-switch before the exit 0 line
  5. Reboot