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

IPv6 create-global-addresses does not bite on bridges #473

Closed
troglobit opened this issue Jun 4, 2024 · 0 comments · Fixed by #474
Closed

IPv6 create-global-addresses does not bite on bridges #473

troglobit opened this issue Jun 4, 2024 · 0 comments · Fixed by #474
Assignees
Labels
bug Something isn't working

Comments

@troglobit
Copy link
Contributor

troglobit commented Jun 4, 2024

Current Behavior

When creating a bridge interface (likely the same for veth and other non-physical interfaces) the sysctl code to set autoconf=1 runs before the ip link script to create the interface.

Expected Behavior

To enable proper autoconf with global prefix support for IPv6.

Steps To Reproduce

Create a bridge and enable:

admin@switch-00-00-00:/config/interface/br0/ipv6/autoconf/> set create-global-addresses

Then issue leave and exit to the shell:

$ sysctl net.ipv6.conf.br0.autoconf
net.ipv6.conf.br0.autoconf = 0

Additional information

This was supposedly fixed in #136 but did not get tested properly.

@troglobit troglobit added bug Something isn't working triage Pending investigation & classification (CCB) labels Jun 4, 2024
@troglobit troglobit self-assigned this Jun 4, 2024
@troglobit troglobit removed the triage Pending investigation & classification (CCB) label Jun 4, 2024
troglobit added a commit that referenced this issue Jun 4, 2024
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
@troglobit troglobit linked a pull request Jun 4, 2024 that will close this issue
13 tasks
troglobit added a commit that referenced this issue Jun 4, 2024
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
@wkz wkz closed this as completed in #474 Jun 5, 2024
wkz pushed a commit that referenced this issue Jun 5, 2024
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant