Replies: 2 comments 4 replies
-
I've never seen that. How to reproduce? What Netbox version are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Wow! Thank you!! I'm going to try your suggestions and probably create some new modules to see if there is something I'm doing incorrectly. I'll report back with my findings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Netbox when creating a new module type and adding interfaces, single quotes are added when the {module} variable is used. For example:
xe-0/{module}/0 results in xe-0/'0'/0 when adding the module to a device.
Is there a way to prevent this from happening or is my only option to strip the single quotes out when rendering a template?
Beta Was this translation helpful? Give feedback.
All reactions