netdev-util: allow setting local address based on dhcp-pd addresses as well (#38211)

This extends the functionality introduced in #21648 to allow using
addresses chosen from a delegated prefix as well as the existing
SLAAC/LL/DHCP functionality.
This commit is contained in:
Luca Boccassi
2025-07-17 14:14:49 +01:00
committed by GitHub
5 changed files with 17 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e