diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-08-15 15:24:37 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-08-15 15:29:05 +0200 |
| commit | 53083d91e918398ccaaea05556371c9417cbcac2 (patch) | |
| tree | df232f7376f87db911913e0a5c6ef0e612c76a96 /src/migration-scripts | |
| parent | 84906d5a12d4faeffc98f998fdd7eb00934d9ee2 (diff) | |
| download | vyos-1x-53083d91e918398ccaaea05556371c9417cbcac2.tar.gz vyos-1x-53083d91e918398ccaaea05556371c9417cbcac2.zip | |
firewall: T9210: bugfix in fqdn_resolve() exception handling
Commit 4d621da33 ("firewall: T9210: fix ruff findings in python/vyos/firewall.py")
narrowed fqdn_resolve() exception handling in from a bare except: statement to
except gaierror:, claiming "no behavior change." That let non-gaierror OSErrors
(e.g. transient network errors right after commit) escape uncaught, crashing
the unguarded main loop of the vyos-domain-resolver daemon, the process that
fills in D_* (domain-group) nftables sets.
Change except clause back to OSError, as gaierror is a subclass.
Diffstat (limited to 'src/migration-scripts')
0 files changed, 0 insertions, 0 deletions
