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

IP Address Comment Field #2026

Closed
robertlynch3 opened this issue Apr 12, 2018 · 1 comment
Closed

IP Address Comment Field #2026

robertlynch3 opened this issue Apr 12, 2018 · 1 comment

Comments

@robertlynch3
Copy link

robertlynch3 commented Apr 12, 2018

Issue type

[x] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version: 2.3.2

Description

I would really love to be able to add comments to IP addresses, IP history, and other characteristics. I realize its possible to add this to devices the IPs are linked to, but I want it on the IP, not the device.

Use case: entering the FQDN on linked to an IP address (although this might be its own attribute in itself), adding contact info for said IP, or anything else someone would do in a comment section
Database schema: While I don't know the ER diagram of the database, I would assume there is an IP object with attributes such as description, just add a comment attribute to that.

This would be an awesome feature! Please add it!

@jeremystretch
Copy link
Member

The IP address model already includes a description field. Comments are intended to include lengthy free-form text, which is generally not necessary for individual IP addresses. You could add a custom field for storing FQDN information, but also see #166.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants