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

Bug in the parser part that declares Interface, etc. together. #13924

Closed
penM000 opened this issue Sep 28, 2023 · 2 comments
Closed

Bug in the parser part that declares Interface, etc. together. #13924

penM000 opened this issue Sep 28, 2023 · 2 comments
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@penM000
Copy link

penM000 commented Sep 28, 2023

NetBox version

v3.6.3

Python version

3.8

Steps to Reproduce

  1. IF[a,b,c,d]" generates "IFa, IFb, IFc, IFd".
    image
    image

  2. Enter "IF[1,2,3,4]" and try to create "IF1,IF2,IF3,IF4".
    image

  3. Range "1" is invalid." is displayed and cannot be created.
    image

Expected Behavior

We expect to be able to generate the specified number of combinations containing integer values.
For example, IF[1,3,5,8] would be expected to generate IF1, IF3, IF5, and IF8.

Observed Behavior

Range {int} is invalid." is displayed and the data is not created together.

@penM000 penM000 added the type: bug A confirmed report of unexpected behavior in the application label Sep 28, 2023
@pv2b
Copy link
Contributor

pv2b commented Sep 28, 2023

Hello!

This appears to be a duplicate of #13722

There's a Pull Request under review to fix this, and if you're impatient, you could always try merging it into your own install: #13730

@penM000
Copy link
Author

penM000 commented Sep 28, 2023

Thank you!
I could not notice.
Thanks for letting me know!

@penM000 penM000 closed this as completed Sep 28, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants