summaryrefslogtreecommitdiffstats
path: root/tests/hostname-localhost-ipv4
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:13 +0000
commit5fb98df7b32417914e9b282e91987199416d0a97 (patch)
treed674271dc3d99faa1a75fa689888ee3d3aec4e10 /tests/hostname-localhost-ipv4
parentInitial commit. (diff)
downloadipcalc-ng-5fb98df7b32417914e9b282e91987199416d0a97.tar.xz
ipcalc-ng-5fb98df7b32417914e9b282e91987199416d0a97.zip
Adding upstream version 1.0.3.upstream/1.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/hostname-localhost-ipv41
-rw-r--r--tests/hostname-localhost-ipv4-json11
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/hostname-localhost-ipv4 b/tests/hostname-localhost-ipv4
new file mode 100644
index 0000000..bc5e5ff
--- /dev/null
+++ b/tests/hostname-localhost-ipv4
@@ -0,0 +1 @@
+ADDRESS=127.0.0.1
diff --git a/tests/hostname-localhost-ipv4-json b/tests/hostname-localhost-ipv4-json
new file mode 100644
index 0000000..563aa6c
--- /dev/null
+++ b/tests/hostname-localhost-ipv4-json
@@ -0,0 +1,11 @@
+{
+ "ADDRESS":"127.0.0.1",
+ "NETWORK":"127.0.0.1",
+ "NETMASK":"255.255.255.255",
+ "PREFIX":"32",
+ "BROADCAST":"127.0.0.1",
+ "ADDRSPACE":"Loopback",
+ "MINADDR":"127.0.0.1",
+ "MAXADDR":"127.0.0.1",
+ "ADDRESSES":"1"
+}