diff options
Diffstat (limited to 'src/pkg/net/testdata')
-rw-r--r-- | src/pkg/net/testdata/hosts | 12 | ||||
-rw-r--r-- | src/pkg/net/testdata/hosts_singleline | 1 | ||||
-rw-r--r-- | src/pkg/net/testdata/igmp | 24 | ||||
-rw-r--r-- | src/pkg/net/testdata/igmp6 | 18 | ||||
-rw-r--r-- | src/pkg/net/testdata/resolv.conf | 6 |
5 files changed, 0 insertions, 61 deletions
diff --git a/src/pkg/net/testdata/hosts b/src/pkg/net/testdata/hosts deleted file mode 100644 index b60176389..000000000 --- a/src/pkg/net/testdata/hosts +++ /dev/null @@ -1,12 +0,0 @@ -255.255.255.255 broadcasthost -127.0.0.2 odin -127.0.0.3 odin # inline comment -::2 odin -127.1.1.1 thor -# aliases -127.1.1.2 ullr ullrhost -# Bogus entries that must be ignored. -123.123.123 loki -321.321.321.321 -# TODO(yvesj): Should we be able to parse this? From a Darwin system. -fe80::1%lo0 localhost diff --git a/src/pkg/net/testdata/hosts_singleline b/src/pkg/net/testdata/hosts_singleline deleted file mode 100644 index 5f5f74a3f..000000000 --- a/src/pkg/net/testdata/hosts_singleline +++ /dev/null @@ -1 +0,0 @@ -127.0.0.2 odin
\ No newline at end of file diff --git a/src/pkg/net/testdata/igmp b/src/pkg/net/testdata/igmp deleted file mode 100644 index 5f380a2c7..000000000 --- a/src/pkg/net/testdata/igmp +++ /dev/null @@ -1,24 +0,0 @@ -Idx Device : Count Querier Group Users Timer Reporter -1 lo : 1 V3 - 010000E0 1 0:00000000 0 -2 eth0 : 2 V2 - FB0000E0 1 0:00000000 1 - 010000E0 1 0:00000000 0 -3 eth1 : 1 V3 - 010000E0 1 0:00000000 0 -4 eth2 : 1 V3 - 010000E0 1 0:00000000 0 -5 eth0.100 : 2 V3 - FB0000E0 1 0:00000000 0 - 010000E0 1 0:00000000 0 -6 eth0.101 : 2 V3 - FB0000E0 1 0:00000000 0 - 010000E0 1 0:00000000 0 -7 eth0.102 : 2 V3 - FB0000E0 1 0:00000000 0 - 010000E0 1 0:00000000 0 -8 eth0.103 : 2 V3 - FB0000E0 1 0:00000000 0 - 010000E0 1 0:00000000 0 -9 device1tap2: 1 V3 - 010000E0 1 0:00000000 0 diff --git a/src/pkg/net/testdata/igmp6 b/src/pkg/net/testdata/igmp6 deleted file mode 100644 index 6cd5a2d4d..000000000 --- a/src/pkg/net/testdata/igmp6 +++ /dev/null @@ -1,18 +0,0 @@ -1 lo ff020000000000000000000000000001 1 0000000C 0 -2 eth0 ff0200000000000000000001ffac891e 1 00000006 0 -2 eth0 ff020000000000000000000000000001 1 0000000C 0 -3 eth1 ff0200000000000000000001ffac8928 2 00000006 0 -3 eth1 ff020000000000000000000000000001 1 0000000C 0 -4 eth2 ff0200000000000000000001ffac8932 2 00000006 0 -4 eth2 ff020000000000000000000000000001 1 0000000C 0 -5 eth0.100 ff0200000000000000000001ffac891e 1 00000004 0 -5 eth0.100 ff020000000000000000000000000001 1 0000000C 0 -6 pan0 ff020000000000000000000000000001 1 0000000C 0 -7 eth0.101 ff0200000000000000000001ffac891e 1 00000004 0 -7 eth0.101 ff020000000000000000000000000001 1 0000000C 0 -8 eth0.102 ff0200000000000000000001ffac891e 1 00000004 0 -8 eth0.102 ff020000000000000000000000000001 1 0000000C 0 -9 eth0.103 ff0200000000000000000001ffac891e 1 00000004 0 -9 eth0.103 ff020000000000000000000000000001 1 0000000C 0 -10 device1tap2 ff0200000000000000000001ff4cc3a3 1 00000004 0 -10 device1tap2 ff020000000000000000000000000001 1 0000000C 0 diff --git a/src/pkg/net/testdata/resolv.conf b/src/pkg/net/testdata/resolv.conf deleted file mode 100644 index 3841bbf90..000000000 --- a/src/pkg/net/testdata/resolv.conf +++ /dev/null @@ -1,6 +0,0 @@ -# /etc/resolv.conf - -domain Home -nameserver 192.168.1.1 -options ndots:5 timeout:10 attempts:3 rotate -options attempts 3 |