19 lines
324 B
Plaintext
19 lines
324 B
Plaintext
# tags: DOMAINS, module_output
|
|
# DOMAINS modules materialize to prefixes before render; same shape as static IPv4.
|
|
|
|
router id 192.0.2.1;
|
|
|
|
protocol device {
|
|
}
|
|
|
|
protocol direct {
|
|
ipv4;
|
|
ipv6;
|
|
}
|
|
|
|
protocol static evobgp_from_domains {
|
|
ipv4;
|
|
route 192.0.2.10/32 unreachable;
|
|
route 192.0.2.11/32 unreachable;
|
|
}
|