and options for kernel modules.
/etc/tinc/example/tinc.conf
/etc/tinc/example/tinc-down
/etc/tinc/example/tinc-up
+/etc/modutils/tinc
/etc/init.d/tinc
dh_installexamples
dh_installinit
dh_installmanpages
+ dh_installmodules
dh_installinfo
dh_installchangelogs ChangeLog
dh_link
--- /dev/null
+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