Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1e02e34
tools: include mg-api-types in update_maghemite.sh
taspelund Jun 22, 2026
abc17a6
Expose BGP unnumbered interface status externally
taspelund Jun 23, 2026
96fe2a1
Add new endpoints to authz tests
taspelund Jul 1, 2026
bc4365e
initial review feedback
taspelund Jul 6, 2026
c69cc2c
New maghemite API shape... again
taspelund Jul 8, 2026
9f52cf5
Merge branch 'main' into trey/bgp-unnumbered-status
taspelund Jul 28, 2026
2e0abe5
Update Maghemite to PR #800 tip
taspelund Jul 28, 2026
e0589e2
Merge branch 'main' into trey/bgp-unnumbered-status
taspelund Jul 28, 2026
6705343
Use flat paths for BGP unnumbered status endpoints
taspelund Jul 29, 2026
036d852
Add a type for tfport interface names
taspelund Jul 29, 2026
65b61e1
Report BGP unnumbered status for both switches
taspelund Jul 29, 2026
4938838
Return per-switch results for BFD status
taspelund Jul 29, 2026
1f34fe8
Return per-switch results for BGP status
taspelund Jul 29, 2026
2275706
Propagate per-switch query errors
taspelund Jul 29, 2026
e17d493
make ci less unhappy
taspelund Jul 30, 2026
8d4bcff
Merge branch 'main' into trey/bgp-unnumbered-status
taspelund Aug 13, 2026
369f7ac
bump maghemite again
taspelund Aug 13, 2026
f167d37
Merge branch 'main' into trey/bgp-unnumbered-status
taspelund Aug 13, 2026
66ec403
Update generated dependencies for maghemite bump
taspelund Aug 13, 2026
7e0c639
Merge branch 'main' into trey/bgp-unnumbered-status
taspelund Aug 18, 2026
12dda4e
Update Maghemite dependency and RA status fields
taspelund Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 38 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ ntp-admin-api = { path = "ntp-admin/api" }
ntp-admin-client = { path = "clients/ntp-admin-client" }
ntp-admin-types = { path = "ntp-admin/types" }
ntp-admin-types-versions = { path = "ntp-admin/types/versions" }
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "ce015cde17a1ebc839ae482026d522cf0e369a3b" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "ce015cde17a1ebc839ae482026d522cf0e369a3b" }
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "bf831acede9b125a854bfda5615ae9248d1e2fa8" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "bf831acede9b125a854bfda5615ae9248d1e2fa8" }
multimap = "0.10.1"
nexus-auth = { path = "nexus/auth" }
nexus-background-task-interface = { path = "nexus/background-task-interface" }
Expand Down Expand Up @@ -773,7 +773,7 @@ rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
rayon = "1.10"
rcgen = { version = "0.12.1", default-features = false, features = ["aws_lc_rs", "pem"] }
mg-api-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "ce015cde17a1ebc839ae482026d522cf0e369a3b" }
mg-api-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "bf831acede9b125a854bfda5615ae9248d1e2fa8" }
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
reedline = "0.40.0"
ref-cast = "1.0"
Expand Down
1 change: 1 addition & 0 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub mod disk;
pub mod policy;
pub mod resolvable_files;
pub mod snake_case_result;
pub mod tfport;
pub mod update;
pub mod vlan;
pub mod zpool_name;
Expand Down
Loading
Loading