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