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
2 changes: 2 additions & 0 deletions docs/user-guide/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ nav:
- grafana.md
- Gateway:
- gateway.md
- gateway-peering.md
- gateway-acls.md
- gateway-add.md
- gateway-failover.md
- ...
4 changes: 2 additions & 2 deletions docs/user-guide/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ To allow a specific VPC to have access to prefixes reachable via an Edge Device,
External VPC Peering via this Fabric object is only supported for BGP-speaking externals or
static externals without proxy ARP. For the proxied static external use case, or whenever NAT
is required to access the target prefixes, Gateway peering should be used instead: see
[Gateway Peering for External Connections](gateway.md#gateway-peering-for-external-connections).
[Gateway Peering for External Connections](gateway-peering.md#gateway-peering-for-external-connections).

```yaml
apiVersion: vpc.githedgehog.com/v1beta1
Expand Down Expand Up @@ -367,7 +367,7 @@ route-map HedgeOut permit 10
bgp community-list standard HedgeIn permit 5000:65102
```

See [Gateway Peering with NAT for External Connections](gateway.md#gateway-peering-for-external-connections) for examples on how to connect to external networks using NAT.
See [Gateway Peering with NAT for External Connections](gateway-peering.md#gateway-peering-for-external-connections) for examples on how to connect to external networks using NAT.

## Example 2: Static External

Expand Down
Loading
Loading