Files
bot-bottle/scripts
didericis ab6e486686
test / unit (pull_request) Successful in 1m4s
test / integration (pull_request) Successful in 24s
test / coverage (pull_request) Successful in 1m18s
fix(firecracker-netpool): make nft table installs delete-first idempotent
Each nft table (isolation, orchestrator-egress nat, agent->gateway route)
was re-applied as a plain `table {...}` block, which on a bare `up`
re-apply (not the systemd down->up path) would append duplicate rules or
error on the existing base chains. Use the standard delete-first pattern
(create empty, delete, recreate) so `up` lands identical state regardless
of history — the setup reproduces cleanly on a fresh install and on
re-apply, not just via a full down->up cycle.

No functional change to the resulting ruleset; only its idempotency.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WBMWTEtQdJ4W5UrWuLHCck
2026-07-16 14:22:28 -04:00
..
2026-05-28 18:20:09 -04:00