Unify network bring-up into the micronet daemon - #2
Merged
Conversation
Replace configure-ethernet and configure-dhcp with one JSON-configured daemon that probes foreign DHCP, pings gateway.ip, and applies client, gateway, or static .252 modes with dnsmasq only when needed. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
- Drop port=0 from dnsmasq.conf so the DNS listener stays on; we hand out option:dns-server = gateway.ip and ARCHITECTURE describes DHCP+DNS. - Poll the interface every ~3s in client mode and update the status snapshot when dhclient finally acquires a lease, so micronet check liveness sees a non-empty cidr instead of looping restarts. Co-authored-by: Cursor <cursoragent@cursor.com>
Fail closed on probe errors and validate DHCPOFFER xid/chaddr/opcode. Own dnsmasq and dhclient via pidfiles, start dhclient -nw, and periodically re-probe in gateway mode so a later foreign DHCP server makes us yield. Live liveness, real CIDR, teardown CLI, and legacy configure-* check fallback. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
configure-ethernetandconfigure-dhcpwith onemicronetdaemon (JSON config, Unix socket IPC, inotify hot-reload)..252via DHCPDISCOVER and ping ofgateway.ip; dnsmasq only in gateway mode (pool.50–.200, sticky 7d).docs/networking/; addARCHITECTURE.mdandCODING-GUIDELINES.md; update plans for TL-SF1006P vs MikroTik hEX PoE lite backhauls.micronet-linux-arm64artifact (with temporaryconfigure-*aliases indist/).Test plan
make test/make clippylocallybigfred-os(same release cycle)Companion: dcc-bigfred/bigfred-os#34