projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Described problem in more detail.
[tinc]
/
doc
/
sample-config
/
tinc-down
1
#!/bin/sh
2
# This file closes down the tap device.
3
# Note that if you use the universal tun/tap driver, you don't
4
# need to do anything; once tinc quits the tap device is already
5
# removed by the kernel.
6
7
ifconfig tap1 down