From bdaa1c75b6fde1c7cb422773782e4ce451f3de87 Mon Sep 17 00:00:00 2001 From: rahulii Date: Thu, 29 Aug 2024 14:08:03 +0530 Subject: [PATCH] minor fix Signed-off-by: rahulii --- docs/layer2/layer2_support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layer2/layer2_support.md b/docs/layer2/layer2_support.md index 1159c700..bf68b5b0 100644 --- a/docs/layer2/layer2_support.md +++ b/docs/layer2/layer2_support.md @@ -93,9 +93,9 @@ type Port struct { } // IPAddress represents an IP address configuration type IPAddress struct { - // IPAddressReservation to reserve for these cluster nodes. + // Addresses to reserve for these ports. // for eg: can be carved out of a VRF IP Range. - IPAddressReservation string `json:"ipAddressReservation"` + Address string `json:"address"` // VLANs for EM API to find by vxlan, project, and metro match then attach to device. OS userdata template will also configure this VLAN on the bond device VXLANIDs []string `json:"vxlan_ids,omitempty"` // UUID of VLANs to which this port should be assigned.