# procps for pkill, curl+gnupg2 for apt-key, ca-certificates for curl
- name: Install system utilities
run: |
- apt-get install -y --no-install-recommends procps curl gnupg2 ca-certificates
+ apt-get install -y --no-install-recommends procps curl gnupg2 ca-certificates lsb-release
- name: NetworkRADIUS signing key
run: curl -sS https://packages.networkradius.com/pgp/packages%40networkradius.com | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=yes apt-key add -
match = false;
break;
}
- LIST_VERIFY(&tmp_list);
fr_pair_list_append(&list, &tmp_list);
break;
keylen--;
user_list = fr_trie_lookup_by_key(tree->store, key, keylen);
if (!user_list) continue;
-
+
user_pl = fr_dlist_head(&user_list->head);
RDEBUG("Found matching shorter subnet %s at key length %ld", user_pl->name, keylen);
goto redo;