From 3989dbf86d4050efa07f1c1a67f471dacf183106 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Oct 2024 11:59:04 +0100 Subject: [PATCH] hooks: Document if_configured Fixes #353 --- hooks/dhcpcd-run-hooks.8.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hooks/dhcpcd-run-hooks.8.in b/hooks/dhcpcd-run-hooks.8.in index e23d1cc7..3a296e9f 100644 --- a/hooks/dhcpcd-run-hooks.8.in +++ b/hooks/dhcpcd-run-hooks.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 31, 2022 +.Dd October 10, 2024 .Dt DHCPCD-RUN-HOOKS 8 .Os .Sh NAME @@ -185,6 +185,12 @@ the SSID the is connected to. .It Ev $interface_order A list of interfaces, in order of preference. +.It Ev $if_configured +.Dv true +if dhcpcd has configured the +.Ev interface +otherwise +.Dv false . .It Ev $if_up .Dv true if the -- 2.47.3