# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json apiVersion: v1alpha1 kind: LinkConfig name: "{{node.network.interface}}" up: true mtu: 9000 addresses: - address: "{{node.network.ip}}/{{ node.network.netmask | to_prefix }}" routes: - gateway: "{{node.network.gateway}}"