> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> BlackholeRouteConfig is a config document to configure blackhole routes.

# BlackholeRouteConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: BlackholeRouteConfig
name: 10.0.0.0/12 # Route destination as an address prefix.
metric: 100 # The optional metric for the route.
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`name`</td>
      <td>string</td>
      <td>Route destination as an address prefix.</td>

      <td />
    </tr>

    <tr>
      <td>`metric`</td>
      <td>uint32</td>
      <td>The optional metric for the route.</td>

      <td />
    </tr>
  </tbody>
</table>
