Open
Conversation
Member
AiyionPrime
commented
Sep 5, 2025
8b4deb2 to
6a09386
Compare
Member
Author
|
Im Project Parker kam der Wunsch nach einer MTU Option auf. Das hier spiegelt die Funktion aus |
jluebbe
approved these changes
Sep 10, 2025
|
Our original hard-coded MTU is here: https://gitli.stratum0.org/ffbs/uradvd/-/commit/ad9c7792a69da43a76fc05adec38c712b48af147 Thanks for implementing this properly, @AiyionPrime! 🙏 |
neocturne
reviewed
Sep 12, 2025
neocturne
reviewed
Sep 12, 2025
6a09386 to
ef052bf
Compare
Contributor
|
@AiyionPrime can you update the PR to adjust for the changes from #11? |
Member
Author
|
I'll see to at six. |
an option taking one argument: the MTU to advertise on the link Must not be less than 1280 bytes.
ef052bf to
ac41c29
Compare
Member
Author
|
@grische sorry; got a little late, but I think this is it. |
Contributor
|
Testing looks good: $ cat /proc/sys/net/ipv6/conf/enp34s0/mtu
1492
$ sudo ./uradvd -i enp34s0 --adv-link-mtu 1292 -p 2001:db8::/64
$ cat /proc/sys/net/ipv6/conf/enp34s0/mtu
1292Wireshark also shows the option correct when set, and not at all when not set. |
Member
Author
|
Thanks for testing it out, that's highly appreciated! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.