-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ip Addresses plugin doesn't search in sub entities. #69
Comments
Hi, |
I have the same question. As i saw in the db structure there is no "recurse" option allowed for the moment, i think that we need to make a patch (database and code) to have this feature. |
A quick and dirty patch you can do if you need only recursive requests in the file inc/addressing.class.php line 525: $dbu = new DbUtils(); Maybe we could do better with adding "is_recursive" field into the table "glpi_plugin_addressing_addressing" and update the code to have the recursive option |
Any fix planned for this one ? |
Same issue here - it really complicates things as items have to be in the same entity as the IP addresses |
I found something, you have to migrate entity of your IP range. In addressing plugin, select your IP range -> Actions -> Transfer -> Choose the good entity. After the hosts in this entity appear in the report. |
Hi,
When I put subnet and look for Ip Addressing in sub entities, nothing appears.
Franck
The text was updated successfully, but these errors were encountered: