mirror of
https://github.com/toreanderson/clatd
synced 2026-09-22 14:41:19 +00:00
fixup! add ifupdown integration
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# clatd(8) integration in interfaces(5)
|
||||||
|
|
||||||
|
# To use just copy this script to /etc/network/if-up.d/ and
|
||||||
|
# /etc/network/if-down.d/
|
||||||
|
|
||||||
|
# To configure which connection should include clatd the file
|
||||||
|
# /etc/default/clatd is used. To enable clatd on a interface
|
||||||
|
# include the interface in CLATD_IFACES (space sperated)
|
||||||
|
|
||||||
|
# For logical intefaces (i.e. wpa_supplicant integration) you
|
||||||
|
# can also set one CLATD_LOGICAL. See interfaces(5) for details.
|
||||||
|
|
||||||
. /etc/default/clatd
|
. /etc/default/clatd
|
||||||
|
|
||||||
use_clatd=0
|
use_clatd=0
|
||||||
|
|||||||
Reference in New Issue
Block a user