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

Enhancement - Handle v6 route HopLimit/TTL #453

Open
ColinMcInnes opened this issue Feb 5, 2025 · 0 comments
Open

Enhancement - Handle v6 route HopLimit/TTL #453

ColinMcInnes opened this issue Feb 5, 2025 · 0 comments

Comments

@ColinMcInnes
Copy link
Contributor

10.1.0

Similar to #428 dhcpcd does not pass on the IPV6 route hop limit/TTL to netlink, nor read it when copying an existing route.

Gate this within HAVE_ROUTE_TTL and linux-only. This feature will not trigger if noipv6rs is set as the kernel will handle this itself.

ip -6 route show default

default via <MAC> dev eth0 proto ra metric 1024 expires 1512sec hoplimit 64 pref medium

Similar to MTU, route should only need to be updated if this value changes from last time it was set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant