From bbc2a15795bfbe11febe8c00d2a592ba5cf8daf5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 28 Dec 2020 16:13:03 +0100 Subject: xml: completion-help: add helper for all local assigned IP addresses This replaces the Python script by a bash variant which is much faster as the Python interpreter does not need to be launched on invocation. --- .../include/listen-address-ipv4.xml.i | 18 ++++++++++++++++++ interface-definitions/include/listen-address.xml.i | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 interface-definitions/include/listen-address-ipv4.xml.i (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/listen-address-ipv4.xml.i b/interface-definitions/include/listen-address-ipv4.xml.i new file mode 100644 index 000000000..530dbf619 --- /dev/null +++ b/interface-definitions/include/listen-address-ipv4.xml.i @@ -0,0 +1,18 @@ + + + + Local IPv4 addresses for service to listen on + + + + + ipv4 + IP address to listen for incoming connections + + + + + + + + diff --git a/interface-definitions/include/listen-address.xml.i b/interface-definitions/include/listen-address.xml.i index e474344e4..5bfb7eb38 100644 --- a/interface-definitions/include/listen-address.xml.i +++ b/interface-definitions/include/listen-address.xml.i @@ -2,6 +2,9 @@ Local IP addresses for service to listen on + + + ipv4 IP address to listen for incoming connections -- cgit v1.2.3