Files
moby/api/types
Sebastiaan van Stijn 709336a2c3 api/types/network: EndpointSettings: make MacAddress "operational data"
The MacAddress field currently reflects _either_ the user-specified
(DesiredMacAddress) _or_ the actual / assigned MacAddress (when running).

Internal structs already have a separate DesiredMacAddres field, but
this field is not (yet) reflected in the API response. The intent is
to move towards better separation of config ("desired state") and
operational ("actual state") data.

Let's move the MacAddress field under "operational" data; the field's
description still describes its dual-personality, but potentially we
can move towards separate fields in future.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-10-16 20:43:39 +02:00
..
2025-05-30 15:59:01 +02:00
2025-05-30 15:59:01 +02:00
2025-05-30 15:59:01 +02:00