1. 27 May, 2026 1 commit
    • Vitaly Lipatov's avatar
      route-update: flush table when .list moves between groups · 41bffb6b
      Vitaly Lipatov authored
      When a .list is moved between groups whose `gateway` files differ
      in metric semantics (e.g., failover→multipath), the previous code
      only deleted state and kept the table.  This caused stale routes
      with the old `metric N` to coexist with newly loaded multipath
      routes, because `ip route replace` keyed on dst+metric and treated
      them as distinct entries.
      
      Two related changes:
      - cleanup_state's "moved" branch now flushes the table before the
        new group loads it, so the table starts clean.
      - cleanup_state is invoked before process_routes so the flushes
        happen prior to the new group's load (otherwise a flush after
        load would wipe out the just-installed routes).
      Co-Authored-By: 's avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
      41bffb6b
  2. 25 May, 2026 2 commits
  3. 13 May, 2026 3 commits
  4. 09 May, 2026 17 commits
  5. 05 May, 2026 2 commits
  6. 20 Apr, 2026 1 commit
  7. 16 Apr, 2026 2 commits
  8. 15 Apr, 2026 1 commit
  9. 02 Apr, 2026 7 commits
  10. 31 Mar, 2026 1 commit
  11. 24 Mar, 2026 1 commit
  12. 19 Mar, 2026 2 commits