tools/dhcpv6-pd_ia: create /run/kea on startup#17674
Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom Feb 17, 2022
Merged
Conversation
f302565 to
3a3e67b
Compare
On Ubuntu KEA expects this directory to be present, but it is not created automatically. /run is also a tmpfs, so we have to create the directory after each reboot.
3a3e67b to
5476d74
Compare
JKRhb
approved these changes
Feb 17, 2022
Member
JKRhb
left a comment
There was a problem hiding this comment.
LGTM. Tested it under Ubuntu and it worked as expected :)
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.
Contribution description
I was wondering why the border router would not work on
nativewitthUSE_DHCPV6=1, then I remembered that I manually have to create/run/keaeach time.So let's add this to the
dhcpv6-pd_ia.pyscript so it will 'just work' in the future.It looks like on Arch something simimar was needed, but on Ubuntu
/runis a tmpfs, so we have to create the directory after each reboot.Testing procedure
should get a global address on the ZEP interface.
Issues/PRs references