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
1
debian/conffiles
vendored
1
debian/conffiles
vendored
|
@ -1,4 +1,5 @@
|
|||
/etc/tinc/example/tinc.conf
|
||||
/etc/tinc/example/tinc-down
|
||||
/etc/tinc/example/tinc-up
|
||||
/etc/modutils/tinc
|
||||
/etc/init.d/tinc
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -62,6 +62,7 @@ binary-arch: build install
|
|||
dh_installexamples
|
||||
dh_installinit
|
||||
dh_installmanpages
|
||||
dh_installmodules
|
||||
dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
|
|
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…
Reference in a new issue