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

net: dhcpv4: set syslog server for log_backend_net via dhcpv4 option #69328

Merged

Commits on Feb 29, 2024

  1. log: net: add option to set server ip with struct sockaddr

    Adds a function to set the syslog server ip with a struct sockaddr,
    so that it can be set without a string.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Feb 29, 2024
    Copy the full SHA
    279a099 View commit details
    Browse the repository at this point in the history
  2. log: net: move log_backend_net_get() to header

    This moves the declaration of log_backend_net_get() to
    zephyr/logging/log_backend_net.h
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Feb 29, 2024
    Copy the full SHA
    76b4d1a View commit details
    Browse the repository at this point in the history
  3. log: net: Add log_backend_net_start function

    Adds a function to start log_backend_net
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Feb 29, 2024
    Copy the full SHA
    d12e350 View commit details
    Browse the repository at this point in the history
  4. net: dhcpv4: set log backend net ip via option

    Adds the option to set the log_backend_net ip via dhcpv4
    option 7.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Feb 29, 2024
    Copy the full SHA
    695634b View commit details
    Browse the repository at this point in the history