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 IPv4 and IPv6 addresses to General Diagnostics cluster #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 10, 2022

  1. Add IPv4 and IPv6 addresses to General Diagnostics cluster

    Currently the General Diagnostics cluster implementation
    doesn't contain IPv4 and IPv6 addresses lists, so it's not
    compatible with the spec.
    
    * To cluster .xml:
       * Added missing IPv4Addresses and IPv6Addresses lists
       * Changed fabricConnected argument name to isOperational
       to be compatible with the spec.
       * Changed length field for ACTIVE_HARDWARRE_FAULTS,
       ACTIVE_RADIO_FAULTS and ACTIVE_NETWORK_FAULTS as defined
       in the spec.
    * Regenerated files with zap_regen_all.py
    * Added buffers to keep ip addresses to the NetworkInterface
    * Added inserting IPv6 addresses in GetNetworkInterfaces
    for the Zephyr platform
    kkasperczyk-no committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e2384c0 View commit details
    Browse the repository at this point in the history