#!/bin/sh #################################### # Tear Down Ethernet bridge on Linux #################################### # Define Bridge Interface br="br0" # Define list of TAP interfaces to be bridged together tap="tap0" ifconfig $br down brctl delbr $br for t in $tap; do openvpn --rmtun --dev $t done
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
auth-pam.pl | File | 2.35 KB | 0755 |
|
bridge-start | File | 741 B | 0755 |
|
bridge-stop | File | 313 B | 0755 |
|
ucn.pl | File | 339 B | 0755 |
|
verify-cn | File | 2.13 KB | 0755 |
|