Skip to content

Commit ce3eda4

Browse files
committed
Revisions to vlan config interface descriptions
1 parent 6542844 commit ce3eda4

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

openapi.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22603,10 +22603,6 @@ components:
2260322603
* In responses, always returns `null`.
2260422604

2260522605
If the VLAN label is new, a VLAN is created. Up to 10 VLANs can be created in each data center region. To view your active VLANs, use the [VLANs List](/docs/api/networking/#vlans-list) endpoint.
22606-
22607-
May only consist of ASCII letters, numbers, and dashes (`-`).
22608-
22609-
Must be unique among the Linode's interfaces.
2261022606
example: example-interface
2261122607
ipam_address:
2261222608
type: string
@@ -22624,8 +22620,6 @@ components:
2262422620
* In responses, always returns `null`.
2262522621

2262622622
The Linode is configured to use this address for the associated interface upon reboot if Network Helper is enabled. If Network Helper is disabled, the address can be enabled with [manual static IP configuration](/docs/guides/manual-network-configuration/).
22627-
22628-
Must be unique among the Linode's interfaces.
2262922623
example: '10.0.0.1/24'
2263022624
purpose:
2263122625
type: string
@@ -22638,7 +22632,7 @@ components:
2263822632
* `public`
2263922633
* Only one `public` interface per Linode can be defined.
2264022634
* The Linode's default public IPv4 address is assigned to the `public` interface.
22641-
* A Linode must have a public interface in the first/eth0 position to be reachable via the public internet upon boot without additional system configuration. If no `public` interface is configured, the Linode is not directly reachable via the public internet. In this case, access can only be established via LISH or other Linodes connected to the same VLAN.
22635+
* A Linode must have a public interface in the first/eth0 position to be reachable via the public internet upon boot without additional system configuration. If no `public` interface is configured, the Linode is not directly reachable via the public internet. In this case, access can only be established via [LISH](/docs/products/compute/compute-instances/guides/lish/) or other Linodes connected to the same VLAN.
2264222636

2264322637
* `vlan`
2264422638
* Configuring a `vlan` purpose interface attaches this Linode to the VLAN with the specified `label`.
@@ -22655,9 +22649,9 @@ components:
2265522649

2265622650
Up to three interface objects can be entered in this array. The position in the array determines the interface to which the settings apply:
2265722651

22658-
- First/0: eth0
22659-
- Second/1: eth1
22660-
- Third/2: eth2
22652+
- First [0]: eth0
22653+
- Second [1]: eth1
22654+
- Third [2]: eth2
2266122655

2266222656
When updating a Linode's interfaces, *each interface must be redefined*. An empty interfaces array results in a default public interface configuration only.
2266322657

0 commit comments

Comments
 (0)