Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: rahulii <[email protected]>
  • Loading branch information
rahulii committed Aug 29, 2024
1 parent eaf5412 commit bdaa1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/layer2/layer2_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdaa1c7

Please sign in to comment.