diff options
Diffstat (limited to 'tests/ip-localhost-ipv4-json')
-rw-r--r-- | tests/ip-localhost-ipv4-json | 12 |
1 files changed, 12 insertions, 0 deletions
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" +} |