diff options
| author | metricsmancer <metricsmancer@gmail.com> | 2026-03-20 07:54:43 +0100 |
|---|---|---|
| committer | metricsmancer <metricsmancer@gmail.com> | 2026-03-20 08:32:13 +0100 |
| commit | eba3bd71fe39aa91177d50eb5d18ca7706c26bc7 (patch) | |
| tree | 59d39cc6e46bbbd7e2fa9f727fbd5a4512b1e28d /src/migration-scripts/ssh | |
| parent | fc06cc45148a42171baf9f4ae01da33c3f0df1aa (diff) | |
| download | vyos-1x-eba3bd71fe39aa91177d50eb5d18ca7706c26bc7.tar.gz vyos-1x-eba3bd71fe39aa91177d50eb5d18ca7706c26bc7.zip | |
T8404: fix TypeError when ipv6 address node exists without autoconf
dict_search('ipv6.address', config) returns None when the ipv6 address
node is empty (e.g. after deleting autoconf), causing a TypeError on
the 'in' membership test. Use dict_search('ipv6.address.autoconf', config)
instead, which safely returns None for any missing path segment.
Diffstat (limited to 'src/migration-scripts/ssh')
0 files changed, 0 insertions, 0 deletions
