Skip to content

Commit

Permalink
bump API spec (BGP endpoints, not used yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 23, 2023
1 parent a50777c commit 672cb20
Show file tree
Hide file tree
Showing 6 changed files with 678 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OMICRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1beda0b8399a302c0efa1af1226a649180b01bd9
51b6b160c4913ee77685ab95dbfc50047d5503fe
8 changes: 8 additions & 0 deletions libs/api-mocks/msw/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,14 @@ export const handlers = makeHandlers({
networkingAddressLotCreate: NotImplemented,
networkingAddressLotDelete: NotImplemented,
networkingAddressLotList: NotImplemented,
networkingBgpAnnounceSetCreate: NotImplemented,
networkingBgpAnnounceSetDelete: NotImplemented,
networkingBgpAnnounceSetList: NotImplemented,
networkingBgpConfigCreate: NotImplemented,
networkingBgpConfigDelete: NotImplemented,
networkingBgpConfigList: NotImplemented,
networkingBgpImportedRoutesIpv4: NotImplemented,
networkingBgpStatus: NotImplemented,
networkingLoopbackAddressCreate: NotImplemented,
networkingLoopbackAddressDelete: NotImplemented,
networkingLoopbackAddressList: NotImplemented,
Expand Down
Loading

0 comments on commit 672cb20

Please sign in to comment.