summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-10-17 17:36:10 +0200
committerMichael Janczyk2008-10-17 17:36:10 +0200
commitce17bd2af66a227aab35518a072e49541107a8bf (patch)
treefebd0f86dcbb37307928b222c5a85e91a7605751 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parentSolves the problem of #299. (Greeter=/usr/lib/gdm/gdmgreeter is (diff)
downloadcore-ce17bd2af66a227aab35518a072e49541107a8bf.tar.gz
core-ce17bd2af66a227aab35518a072e49541107a8bf.tar.xz
core-ce17bd2af66a227aab35518a072e49541107a8bf.zip
changed nat config:
now the last octet of the ip confiw lill be omitted. the vmnet dev gets the ip prefix.1 the configs get prefix.2 this way nat seems to work. is this needed for host config as well? git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2358 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 31c6c24f..5d85d684 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -116,12 +116,12 @@ sub getAttrInfo
applies_to_systems => 1,
applies_to_clients => 1,
description => unshiftHereDoc(<<' End-of-Here'),
- Format ServerIP/Netprefix
+ Format ServerIP/Netprefix. Last octet will be omitted
End-of-Here
#TODO: check if the input is valid
#content_regex => qr{^(0|1)$},
- content_descr => 'Allowed value: IP/Prefix',
- default => '192.168.102.1/24',
+ content_descr => 'Allowed value: IP/Prefix. Last octet will be omitted',
+ default => '192.168.102.x/24',
},
# attribute 'kind' defines which set of VMware binaries should be
# activated ('local' provided with the main installation set).