Add HTTP(S) proxy support for OUI file download#4142
Open
adobloug wants to merge 1 commit into
Open
Conversation
NAV installations behind a firewall with no direct outbound access could not download the IEEE OUI file, causing navoui to fail with a "No route to host" error. Add an OuiConfig parser reading a new update_ouis.conf. When its [oui] proxy option is set, navoui routes the download through that proxy. The option is empty by default, so direct connections are unaffected. The config file lives in NAV's config directory and survives upgrades, unlike proxy settings placed in the regenerated navoui cron entry. Fixes Uninett#4141 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Scope and purpose
Fixes #4141.
NAV installations behind a firewall with no direct outbound internet access could not download the IEEE OUI file, causing
navouito fail with[Errno 113] No route to host.This PR adds an
OuiConfigparser reading a newupdate_ouis.conf. When its[oui] proxyoption is set,navouiroutes the download through that HTTP(S) proxy. The option is empty by default, so direct connections are unaffected. The config file lives in NAV's config directory and survives upgrades, unlike proxy settings placed in the regeneratednavouicron entry.This pull request
To try it, set in
/etc/nav/update_ouis.conf:then run
navoui; the download goes through the proxy.Contributor Checklist
master, new feature)