Skip to content

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

@penM000

Description

@penM000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugA confirmed report of unexpected behavior in the application

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions