diff options
| author | Ruben Herold <ruben@puettmann.net> | 2026-08-13 18:57:25 +0200 |
|---|---|---|
| committer | Ruben Herold <ruben@puettmann.net> | 2026-08-13 18:57:25 +0200 |
| commit | 4d621da331de871f9596ca2b70a8857e22ef6c6f (patch) | |
| tree | a549ba2754448b7e4bde08bc0f7eea4468074c10 /src/migration-scripts | |
| parent | c0583c996a041b9f13c3710d9555383ab54671a9 (diff) | |
| download | vyos-1x-4d621da331de871f9596ca2b70a8857e22ef6c6f.tar.gz vyos-1x-4d621da331de871f9596ca2b70a8857e22ef6c6f.zip | |
firewall: T9210: fix ruff findings in python/vyos/firewall.py
Split out of #5372 (T9157) at sarthurdev's request: that PR bundled
unrelated ruff findings with the fib-type-match feature because it
happened to touch this file.
- fqdn_resolve(): bare except -> except gaierror (E722)
- geoip inverse-match check: != None -> is not None (E711)
- 3x extraneous f prefix on string literals without placeholders
(F541): hook_name, pkttype, last
No behavior change.
Diffstat (limited to 'src/migration-scripts')
0 files changed, 0 insertions, 0 deletions
