4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
INTERFACE="$3"
|
||
|
|
||
|
/sbin/brctl delif br-nodes $INTERFACE
|