Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/user-guide/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ Internet, to other networks, or to some other systems such as DHCP, NTP, LMA, or

### StaticExternal

!!! note
`StaticExternal` connections are deprecated; please consider using [static Externals](external.md#static-externals) instead.

`StaticExternal` connections provide a simple way to connect things like DHCP servers directly to the Fabric by connecting
them to specific switch ports.

Expand Down Expand Up @@ -189,8 +192,9 @@ spec:

### External

Connection to external systems, such as edge/provider routers using BGP peering and configuring Inbound/Outbound
communities as well as granularly controlling what gets advertised and which routes are accepted.
Connection to [external systems](external.md). These could be edge/provider routers using BGP peering
and Inbound/Outbound communities for dynamic learning of reachable prefixes, or simpler edge devices
connected to the Fabric using static routes.

```yaml
apiVersion: wiring.githedgehog.com/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/dhcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ spec:
```

!!! note "External DHCP Server Access"
The external DHCP server must be reachable from the fabric. Use a [StaticExternal connection](connections.md#staticexternal) to provide connectivity to the DHCP server.
The external DHCP server must be reachable from the fabric. Use [static Externals](external.md#static-externals) to provide connectivity to the DHCP server.
Loading