Influencing IPv6 source address selection #11122
Unanswered
michaelbeaumont
asked this question in
Q&A
Replies: 1 comment
-
We don't have a support for that, but if you could drop some notes/examples to #10957, that would help. |
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.
-
Hi, this is a niche use case but maybe opens an interesting question on how to generalize tweaking these kinds of things. I'm trying to influence which source IPv6 address is used in certain cases and normally I'd do this using
ip addrlabel
. In particular, I need to do this from boot so the obvious privileged container isn't an option. Normally I'd use a kernel parameter a lasysctl.net.ipv6
but address labels aren't exposed this way. Is there a way I can do this right now or is there a coherent feature to request to enable this?Beta Was this translation helpful? Give feedback.
All reactions