xnumad
xnumad
Screenshot of dialog [1] Choosing "Allow one-time access" for the READ_LOGS permission request apparently gives the Scoop service the permissions as long as it runs, **meaning that at the latest...
Reserve unspecified address in NCEs for on-link prefixes, to have `_PFX_ON_LINK => ipv6_addr_is_unspecified(dst->next_hop)` be true ### Contribution description In nib_[onl|offl]_entry_t, a next_hop of NULL (as used by prefix list) shouldn't...
### Contribution description This implements RFC8981. #### Design The RFC describes an implementation where lifetimes are associated directly with an address. This is not the case in GNRC, where lifetimes...
#### Description (This was noticed because of the tests failing in #20371 ) > A router MUST NOT set the L (on-link) flag in the PIOs, since that might trigger...
### Contribution description This PR only provides a test to verify that `_handle_rtr_timeout` does not have any effect on any RA options: > The Router Lifetime applies only to the...
### Contribution description Implementation of RFC7217 ("stable privacy") means that for addresses generated by SLAAC, their IID (interface identifier) is - semantically opaque, i.e. cannot derive hwaddr from it -...
# Describe the bug App closes when clicking "Load measurement" in menu. If I try this multiple times, I get "Media keeps stopping" Android app crash dialog. !["Media keeps stopping"...
### Contribution description In GNRCs architecture, lifetimes are associated with prefixes (and not to any addresses themselves). The prefixes from a PIO are stored in the prefix list. Even if...