Skip to content

Commit

Permalink
api: instance_nic_macvlan_mode
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 27, 2024
1 parent 6667254 commit 848ba01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2615,3 +2615,7 @@ This extension adds a pointer to an `InstanceStateOSInfo` struct to the instance

This adds a new `/1.0/networks/NAME/load-balancers/IP/state` API endpoint
which returns load-balancer health check information (when configured).

## `instance_nic_macvlan_mode`

This adds a `mode` configuration key on `macvlan` network interfaces which allows for configuring the Macvlan mode.
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ var APIExtensions = []string{
"ovn_nic_ip_address_none",
"instances_state_os_info",
"network_load_balancer_state",
"instance_nic_macvlan_mode",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit 848ba01

Please sign in to comment.