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

Misc interface dhcp #761

Merged
merged 7 commits into from
Oct 28, 2024
Merged

Misc interface dhcp #761

merged 7 commits into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. board/common: fix rauc compatible regression

    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]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dbf0fd2 View commit details
    Browse the repository at this point in the history
  2. doc,test: clarify relationship between DHCP option 3 and 121

    Signed-off-by: Joachim Wiberg <[email protected]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    710616f View commit details
    Browse the repository at this point in the history
  3. confd: allow interface description as ifAlias

    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]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0284e2c View commit details
    Browse the repository at this point in the history
  4. test: new test, verify ifAlias

    Signed-off-by: Joachim Wiberg <[email protected]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    967bfc1 View commit details
    Browse the repository at this point in the history
  5. doc: add description of description setting and update ChangeLog

    Signed-off-by: Joachim Wiberg <[email protected]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0112113 View commit details
    Browse the repository at this point in the history
  6. doc: sync dev-guide and contributing guidelines

    Signed-off-by: Joachim Wiberg <[email protected]>
    troglobit committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    56d1964 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e5e89b View commit details
    Browse the repository at this point in the history