cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

fix(freebsd): correct configuration of IPv6 routes

Open frikilax opened this issue 9 months ago • 0 comments

Proposed Commit Message

fix(freebsd): correct configuration of IPv6 routes

the generation of IPv6 routes on FreeBSD were not correct.
This commit keeps the generation of IPv4 routes as they were, but introduces a change to parameter names and separate handling of IPv6 routes

Additional Context

This only impacts Networking Config v1 on FreeBSD, and nothing was changed regarding other *BSD distros.

Test Steps

Checklist

Merge type

  • [x] Squash merge using "Proposed Commit Message"
  • [ ] Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

frikilax avatar May 14 '24 13:05 frikilax