01-bridge 77 B

1234
  1. #!/bin/sh
  2. [ "${IFACE%%[0-9]*}" = "br" ] && ip link set up dev $IFACE
  3. exit 0