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

Add support for IPv4LL start-address #628

Closed
3 tasks done
troglobit opened this issue Sep 13, 2024 · 1 comment · Fixed by #639
Closed
3 tasks done

Add support for IPv4LL start-address #628

troglobit opened this issue Sep 13, 2024 · 1 comment · Fixed by #639
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@troglobit
Copy link
Contributor

troglobit commented Sep 13, 2024

Infix use avahi-autoipd to provide IPv4LL service. It comes with a --start=ADDR option which in many cases would be extremely useful to set up predictable addresses on shared links.

  • Extend infix-ip.yang model with an autoconf start-addres IPV4ADDRautoconf request-address IPV4ADDR setting
  • Update confd to set avahip-autoipd start address
  • Add regression test case
@troglobit troglobit added the enhancement New feature or request label Sep 13, 2024
@troglobit troglobit added this to the Infix v24.09 milestone Sep 13, 2024
@troglobit troglobit self-assigned this Sep 13, 2024
@troglobit
Copy link
Contributor Author

Changed syntax from start-address to request-address, which seemed more appropriate.

troglobit added a commit that referenced this issue Sep 17, 2024
This patch allows a user to specify a specific 169.254/16 address that
the zeroconf client starts with when probing for a free address.  If the
probe fails it falls back to its default algorithm.

Fixes #628

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
@troglobit troglobit linked a pull request Sep 17, 2024 that will close this issue
13 tasks
troglobit added a commit that referenced this issue Sep 17, 2024
This patch allows a user to specify a specific 169.254/16 address that
the zeroconf client starts with when probing for a free address.  If the
probe fails it falls back to its default algorithm.

Fixes #628

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit added a commit that referenced this issue Sep 24, 2024
This patch allows a user to specify a specific 169.254/16 address that
the zeroconf client starts with when probing for a free address.  If the
probe fails it falls back to its default algorithm.

Fixes #628

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit added a commit that referenced this issue Sep 25, 2024
This patch allows a user to specify a specific 169.254/16 address that
the zeroconf client starts with when probing for a free address.  If the
probe fails it falls back to its default algorithm.

Fixes #628

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit added a commit that referenced this issue Sep 26, 2024
This patch allows a user to specify a specific 169.254/16 address that
the zeroconf client starts with when probing for a free address.  If the
probe fails it falls back to its default algorithm.

Fixes #628

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant