diff options
author | Michael Biebl <biebl@debian.org> | 2011-05-04 21:35:41 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-05-04 21:35:41 +0200 |
commit | 9f806e97a24bba61417ae312fcc0da40914266fb (patch) | |
tree | 4a25723414ceac11b4cba0558aa16f6f4b459f4b /system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2 | |
parent | 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 (diff) |
Imported Upstream version 0.8.999upstream/0.8.999
Diffstat (limited to 'system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2')
-rwxr-xr-x | system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2 b/system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2 deleted file mode 100755 index 9bd5839bd..000000000 --- a/system-settings/plugins/ifcfg-rh/tests/iscsiadm-test-bad-dns2 +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -cat << EOF -# BEGIN RECORD -iface.initiatorname = iqn.pjones6 -iface.hwaddress = 00:33:21:98:b9:f0 -iface.bootproto = STATIC -iface.ipaddress = 192.168.32.72 -iface.subnet_mask = 255.255.252.0 -iface.gateway = 192.168.35.254 -iface.primary_dns = 10.16.255.2 -iface.secondary_dns = blah.foo.bar.baz -iface.vlan = 0 -iface.net_ifacename = eth0 -node.name = iqn.0.2008-11.com.blahblah:iscsi0 -node.conn[0].address = 10.16.52.16 -node.conn[0].port = 3260 -node.boot_lun = 00000000 -# END RECORD -EOF - |