delif.sh 83 B

12345
  1. #!/bin/bash
  2. INTERFACE="$3"
  3. PORT="$9"
  4. DOM=${PORT#200}
  5. brctl delif br$DOM $INTERFACE