From 99e4a73c34f3019b43a2e5218a4a6d190894a56f Mon Sep 17 00:00:00 2001 From: satanist Date: Mon, 7 Aug 2023 12:04:20 +0200 Subject: [PATCH] fixup! add ifupdown integration --- scripts/clatd.ifupdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/clatd.ifupdown b/scripts/clatd.ifupdown index e6d273f..aa21058 100755 --- a/scripts/clatd.ifupdown +++ b/scripts/clatd.ifupdown @@ -1,5 +1,17 @@ #!/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 use_clatd=0