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] VLAN access interfaces should have names/descriptions/neighbors #1287

Closed
ipspace opened this issue Aug 18, 2024 · 0 comments
Closed

[BUG] VLAN access interfaces should have names/descriptions/neighbors #1287

ipspace opened this issue Aug 18, 2024 · 0 comments
Labels
1.9.2 bug Something isn't working

Comments

@ipspace
Copy link
Owner

ipspace commented Aug 18, 2024

The VLAN configuration module cleans the VLAN access interfaces, resulting in useless wiring and addressing reports. It should leave at least some minimal information on those interfaces.

Sample topology: vlan/01-vlan-bridge-single.yml

Sample addressing report:

| Node/Interface | IPv4 Address | IPv6 Address | Description |
|----------------|-------------:|-------------:|-------------|
| **s1** |  10.0.0.3/32 |  | Loopback |
| Ethernet1 |  |  |  |
| Ethernet2 |  |  |  |
| Vlan1000 |  |  | VLAN red (1000) -> [h1,h2] |

The "description" field on VLAN access link (Ethernet interfaces) should not be empty.

@ipspace ipspace added the bug Something isn't working label Aug 18, 2024
@ipspace ipspace added the 1.9.2 label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.9.2 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant