-
Notifications
You must be signed in to change notification settings - Fork 12
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
Misc interface dhcp #761
Misc interface dhcp #761
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to comment on the code. Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
I added some comments to the DHCP Routes test.
Feel free to ignore them, but check specifically one of the test steps if "has a" should be changed to "does not have a".
Thanks! I'd already started revising them after our chat yesterday, but I'll definitely have a look and see what I can incorporate. 😃 |
7596316
to
7e7e143
Compare
There, maybe you can have a look again, @jovatn? |
Ping @wkz, re: another compatible string fix, third time's the charm ... I hope. |
dba7797
to
8becd0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great cleanup, some comments on ifalias.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me.
Perhaps the dhcp_routes/Readme.adoc file is not updated?
Anyhow, when I run "make test-spec" I get a pdf which looks correct for the DHCP Routes test.
Ah, great catch, thanks! |
Awesome, I'll have a look! |
8becd0c
to
1f6f7dc
Compare
The new variable INFIX_COMPATIBLE, used for the RAUC compatible string, is not properly evaluated on defconfigs where it is composed of another variable, e.g. INFIX_COMPATIBLE="${INFIX_IMAGE_ID}" Unfortunately, this is the default value for INFIX_COMPATIBLE, and so it breaks all tier one defconfigs on the mainline branch since a1771ff. Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
This patch adds support for setting the free form description string as the interface alias. This can be read from /sys/class/net/*/ifalias, or using the 'ip link show' command. The ifalias is reported by SNMP and LLDP by default, and now also in the operational datastore. Linux supports 250 characters in ifalias, but the IF-MIB is restricted to 64 characters, so we add a local deviation to limit the type. Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
1f6f7dc
to
3e5e89b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 💯
Description
Mixed bag of fixes and changes.
Checklist
Tick relevant boxes, this PR is-a or has-a: