Skip to content
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

more searches #5

Open
gilcot opened this issue Apr 13, 2017 · 3 comments
Open

more searches #5

gilcot opened this issue Apr 13, 2017 · 3 comments

Comments

@gilcot
Copy link

gilcot commented Apr 13, 2017

By now, one can search devices (get device) and hosts (get search). What about VLAN and VRF and Subnets ?

search column1 column2 column3
device IP Address Hostname Description
host IP Address Hostname Description
vrf RD Name Description
vlan L2 domain id , vlan Number Name Description
subnet subnet cidr Description Hierarchy

Thanks.

@alextremblay
Copy link
Owner

Thanks for your feedback!

Those features are not currently on my radar. If i have time, I'll take a crack at it, but my primary focus right now is cleaning up the code I've already written, and writing a more comprehensive python module that interfaces with the actual phpIPAM api, rather than simply and inefficiently scraping phpIPAM pages.

If you'd like to take a crack at implementing VLAN and VRF searches, please submit a pull request.

@gilcot
Copy link
Author

gilcot commented May 23, 2017

Thanks for your sincere reply Alex.
Should I start hacking patching the code now, or better wait for the code refactorisation?
Thanks.

@alextremblay
Copy link
Owner

The code I'll be refactoring is the config module and the CLI (main.py)

The phpipam module where the core logic lives isn't on the chopping block, so feel free to start hacking away at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants