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

tests: simple topotest showing v6 address config issue #16616

Closed
wants to merge 1 commit into from

Conversation

mjstapp
Copy link
Contributor

@mjstapp mjstapp commented Aug 21, 2024

Simple topotest to demonstrate a v6 config issue: pe1 has two links, eth0 and eth1, with a v4 and a v6 address configured on each. The v6 address on pe1 eth1 is not processed at startup.

Simple topotest to demonstrate a v6 config issue: pe1 has
two links, eth0 and eth1, with a v4 and a v6 address configured
on each. The v6 address on eth1 is not processed at startup.

Signed-off-by: Mark Stapp <[email protected]>
@frrbot frrbot bot added the tests Topotests, make check, etc label Aug 21, 2024
@idryzhov
Copy link
Contributor

ipv6 address 1111:2222:1/64 is not a correct command, so it's just getting ignored when reading the startup config. We should probably have some log about it from mgmtd though.

@donaldsharp
Copy link
Member

mgmtd should print out a warning about the problem so that the operator can know what is going wrong imo.

@mjstapp
Copy link
Contributor Author

mjstapp commented Aug 22, 2024

oh man - I can't tell you how many times I moved, copied, touched that config line - thanks for spotting it.

ipv6 address 1111:2222:1/64 is not a correct command, so it's just getting ignored when reading the startup config. We should probably have some log about it from mgmtd though.

@mjstapp
Copy link
Contributor Author

mjstapp commented Aug 22, 2024

I'll open an issue about getting some error logging from mgmtd when it encounters invalid config lines

@mjstapp mjstapp closed this Aug 22, 2024
@mjstapp mjstapp deleted the intf_config_v6 branch September 11, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master size/L tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants