Replies: 2 comments 1 reply
-
|
See the warning in https://netlab.tools/module/vlan/#vlan-interface-parameters What you're doing is not supported. If you feel like adding checks that will tell the user they should not set any parameters on the VLAN links I might look at the PR, but that's the maximum I'm willing to merge. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I think we fixed this (I should close discussions sooner ;) |
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.
-
Arguably, the above topology should throw an error at
ipv4: 2because the user putipv4: 1at the node level.We could allow
ipv4: True(and keep .1)If
ipv4: 1were removed,ipv4: 3should throw an error (instead of getting ignored)Beta Was this translation helpful? Give feedback.
All reactions