Skip to content

Commit c0512e2

Browse files
committed
#14311: Update model documentation
1 parent 5b0b366 commit c0512e2

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

docs/models/ipam/l2vpntermination.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/models/ipam/l2vpn.md renamed to docs/models/vpn/l2vpn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# L2VPN
22

3-
A L2VPN object is NetBox is a representation of a layer 2 bridge technology such as VXLAN, VPLS, or EPL. Each L2VPN can be identified by name as well as by an optional unique identifier (VNI would be an example). Once created, L2VPNs can be terminated to [interfaces](../dcim/interface.md) and [VLANs](./vlan.md).
3+
A L2VPN object is NetBox is a representation of a layer 2 bridge technology such as VXLAN, VPLS, or EPL. Each L2VPN can be identified by name as well as by an optional unique identifier (VNI would be an example). Once created, L2VPNs can be terminated to [interfaces](../dcim/interface.md) and [VLANs](../ipam/vlan.md).
44

55
## Fields
66

@@ -38,4 +38,4 @@ An optional numeric identifier. This can be used to track a pseudowire ID, for e
3838

3939
### Import & Export Targets
4040

41-
The [route targets](./routetarget.md) associated with this L2VPN to control the import and export of forwarding information.
41+
The [route targets](../ipam/routetarget.md) associated with this L2VPN to control the import and export of forwarding information.

docs/models/vpn/l2vpntermination.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# L2VPN Termination
2+
3+
A L2VPN termination is the attachment of an [L2VPN](./l2vpn.md) to an [interface](../dcim/interface.md) or [VLAN](../ipam/vlan.md). Note that the L2VPNs of the following types may have only two terminations assigned to them:
4+
5+
* VPWS
6+
* EPL
7+
* EP-LAN
8+
* EP-TREE
9+
10+
## Fields
11+
12+
### L2VPN
13+
14+
The [L2VPN](./l2vpn.md) instance.
15+
16+
### VLAN or Interface
17+
18+
The [VLAN](../ipam/vlan.md), [device interface](../dcim/interface.md), or [virtual machine interface](../virtualization/virtualmachine.md) attached to the L2VPN.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ nav:
232232
- FHRPGroupAssignment: 'models/ipam/fhrpgroupassignment.md'
233233
- IPAddress: 'models/ipam/ipaddress.md'
234234
- IPRange: 'models/ipam/iprange.md'
235-
- L2VPN: 'models/ipam/l2vpn.md'
236-
- L2VPNTermination: 'models/ipam/l2vpntermination.md'
237235
- Prefix: 'models/ipam/prefix.md'
238236
- RIR: 'models/ipam/rir.md'
239237
- Role: 'models/ipam/role.md'
@@ -262,6 +260,8 @@ nav:
262260
- IPSecPolicy: 'models/vpn/ipsecpolicy.md'
263261
- IPSecProfile: 'models/vpn/ipsecprofile.md'
264262
- IPSecProposal: 'models/vpn/ipsecproposal.md'
263+
- L2VPN: 'models/vpn/l2vpn.md'
264+
- L2VPNTermination: 'models/vpn/l2vpntermination.md'
265265
- Tunnel: 'models/vpn/tunnel.md'
266266
- TunnelTermination: 'models/vpn/tunneltermination.md'
267267
- Wireless:

0 commit comments

Comments
 (0)