Skip to content

Instantly share code, notes, and snippets.

@uhthomas
Created April 24, 2026 14:21
Show Gist options
  • Select an option

  • Save uhthomas/c7c9bf7a3b9fc67c8719f38b8f72650d to your computer and use it in GitHub Desktop.

Select an option

Save uhthomas/c7c9bf7a3b9fc67c8719f38b8f72650d to your computer and use it in GitHub Desktop.

Pairs

Node Address Peer
wvr-a 10.0.11.110 wvr-b
wvr-a 10.0.11.131 wvr-c
wvr-b 10.0.11.111 wvr-a
wvr-b 10.0.11.120 wvr-c
wvr-c 10.0.11.121 wvr-b
wvr-c 10.0.11.130 wvr-a
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f0np0
up: true
mtu: 9000
addresses:
- address: 10.0.11.110/31
routes:
- destination: 10.0.10.120/32
gateway: 10.0.11.111
- destination: 10.244.1.0/24
gateway: 10.0.11.111
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f1np1
up: true
mtu: 9000
addresses:
- address: 10.0.11.131/31
routes:
- destination: 10.0.10.130/32
gateway: 10.0.11.130
- destination: 10.244.2.0/24
gateway: 10.0.11.130
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f0np0
up: true
mtu: 9000
addresses:
- address: 10.0.11.120/31
routes:
- destination: 10.0.10.130/32
gateway: 10.0.11.121
- destination: 10.244.2.0/24
gateway: 10.0.11.121
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f1np1
up: true
mtu: 9000
addresses:
- address: 10.0.11.111/31
routes:
- destination: 10.0.10.110/32
gateway: 10.0.11.110
- destination: 10.244.0.0/24
gateway: 10.0.11.110
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f0np0
up: true
mtu: 9000
addresses:
- address: 10.0.11.130/31
routes:
- destination: 10.0.10.110/32
gateway: 10.0.11.131
- destination: 10.244.0.0/24
gateway: 10.0.11.131
---
apiVersion: v1alpha1
kind: LinkConfig
name: enp1s0f1np1
up: true
mtu: 9000
addresses:
- address: 10.0.11.121/31
routes:
- destination: 10.0.10.120/32
gateway: 10.0.11.120
- destination: 10.244.1.0/24
gateway: 10.0.11.120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment