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 Bulk Import: KeyError interface_name #4667

Closed
alexrsagen opened this issue May 20, 2020 · 1 comment
Closed

IP Address Bulk Import: KeyError interface_name #4667

alexrsagen opened this issue May 20, 2020 · 1 comment
Labels
status: duplicate This issue has already been raised

Comments

@alexrsagen
Copy link

Environment

  • Python version: 3.8.2
  • NetBox version: 2.8.4

Steps to Reproduce

  1. Disable any installed plugins by commenting out the PLUGINS setting in
    configuration.py.
  2. Create a device named Example with an interface named Main (names are not relevant to bug)
  3. Create a prefix 192.0.2.0/24
  4. Import the following CSV on the page "IP Address Bulk Import" (/ipam/ip-addresses/import/):
device,interface,status,address
Example,Main,Active,192.0.2.1/24

Expected Behavior

An IP address 192.0.2.1/24 should have been created and assigned to interface Main on device Example.

Observed Behavior

An error page showing the following content appears:

There was a problem with your request. Please contact an administrator.

The complete exception is provided below:

<class 'KeyError'>

'interface_name'
If further assistance is required, please post to the NetBox mailing list.

msedge_8PkQYJ0l5b

@jeremystretch
Copy link
Member

jeremystretch commented May 20, 2020

Duplicate of #4649

@jeremystretch jeremystretch added the status: duplicate This issue has already been raised label May 20, 2020
@jeremystretch jeremystretch marked this as a duplicate of #4649 May 20, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: duplicate This issue has already been raised
Projects
None yet
Development

No branches or pull requests

2 participants