Install a file in /etc/modutils/tinc, containing all necessary aliases
and options for kernel modules.
This commit is contained in:
parent
6327f32f43
commit
1e38dcc3fa
3 changed files with 13 additions and 0 deletions
11
debian/tinc.modules
vendored
Normal file
11
debian/tinc.modules
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
alias char-major-36 netlink_dev
|
||||
|
||||
alias tap0 ethertap
|
||||
alias tap1 ethertap
|
||||
alias tap2 ethertap
|
||||
alias tap3 ethertap
|
||||
|
||||
options tap0 -o tap0 -x unit=0
|
||||
options tap1 -o tap1 -x unit=1
|
||||
options tap2 -o tap2 -x unit=2
|
||||
options tap3 -o tap3 -x unit=3
|
||||
Loading…
Add table
Add a link
Reference in a new issue