Commit 5156639e authored by Łukasz Nowak's avatar Łukasz Nowak

- ip address has only sense with netmask


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41210 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b18795c
...@@ -38,7 +38,7 @@ class Computer: ...@@ -38,7 +38,7 @@ class Computer:
, 'description' : 'The unique identity of the computer in computer network.' , 'description' : 'The unique identity of the computer in computer network.'
, 'type' : 'content' , 'type' : 'content'
, 'portal_type' : ( 'Internet Protocol Address', )#'Asynchronous Transfer Mode Address', 'UMTS Address' ) , 'portal_type' : ( 'Internet Protocol Address', )#'Asynchronous Transfer Mode Address', 'UMTS Address' )
, 'acquired_property_id' : ( 'text', 'host_name', 'ip_address', ) , 'acquired_property_id' : ( 'text', 'host_name', 'ip_address', 'netmask', )
, 'acquisition_base_category': ( 'parent', ) , 'acquisition_base_category': ( 'parent', )
, 'acquisition_portal_type' : ( 'Computer', ) , 'acquisition_portal_type' : ( 'Computer', )
, 'acquisition_copy_value' : 0 , 'acquisition_copy_value' : 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment