Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RIOT-OS/RIOT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ae183f204039db21215db39ef628060bd677ce7
Choose a base ref
..
head repository: RIOT-OS/RIOT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95b3b5cdcf676178d58bae9dc3bdc495a1af619c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 sys/net/gnrc/network_layer/ipv6/nib/_nib-internal.c
2 changes: 1 addition & 1 deletion sys/net/gnrc/network_layer/ipv6/nib/_nib-internal.c
Original file line number Diff line number Diff line change
@@ -741,7 +741,7 @@ void _nib_offl_remove_prefix(_nib_offl_entry_t *pfx)

/* remove prefix */
_nib_pl_remove(pfx);

if (netif != NULL) {
#if IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_SLAAC_TEMPORARY_ADDRESSES)
if (is_slaac_prefix) {