Yu Watanabe
Yu Watanabe
> Q: Regarding the `proto`, it is set to `proto ra`, should this be `proto redirect`? Nice catch!
It seems you show IPv4 routing policy rule. Please use `ip -6 rule`.
Hm. Interesting. But, in one of the above comment, the results of `ip route get` are mostly equivalent, except for `proto` and `mtu`. So, the behavior should be fine I...
@LiveFreeAndRoam Could you test PR #30569 (https://github.com/yuwata/systemd/tree/network-next branch) again? The last issue should be fixed now. The code to support Redirect message is changed a lot, so, please test also...
Thank you! I will open a PR with relevant commits in `network-next` branch after #31373 is merged.
/packit build
I guess, this is intended, https://datatracker.ietf.org/doc/html/draft-ietf-6man-slaac-renum-07#section-4.2.
@LiveFreeAndRoam Thanks. I will revert the change based on the draft.
I re-read [RFC 4862 section 5.5.3](https://datatracker.ietf.org/doc/html/rfc4862#section-5.5.3), but the definition of 'RemainingLifetime' is unclear for me... But, anyway I tried to implement what the RFC states. Please test the network-next branch.