diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ip-localhost-ipv4 | 1 | ||||
-rw-r--r-- | tests/ip-localhost-ipv4-json | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/ip-localhost-ipv4 b/tests/ip-localhost-ipv4 new file mode 100644 index 0000000..0b793e2 --- /dev/null +++ b/tests/ip-localhost-ipv4 @@ -0,0 +1 @@ +HOSTNAME=localhost diff --git a/tests/ip-localhost-ipv4-json b/tests/ip-localhost-ipv4-json new file mode 100644 index 0000000..75cb285 --- /dev/null +++ b/tests/ip-localhost-ipv4-json @@ -0,0 +1,12 @@ +{ + "ADDRESS":"127.0.0.1", + "HOSTNAME":"localhost", + "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" +} |