2001-01-13 14:38:18 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# This file closes down the tap device.
|
|
|
|
# Note that if you use the universal tun/tap driver, you don't
|
|
|
|
# need to do anything; once tinc quits the tap device is already
|
|
|
|
# removed by the kernel.
|
|
|
|
|
2001-05-25 18:57:37 +00:00
|
|
|
ifconfig tap1 down
|