9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
protocol bgp bgp_int_44324_v4 from tpl_inet4_up {
|
|
source address 10.188.6.1;
|
|
neighbor 10.188.6.2 as 44324;
|
|
}
|
|
|
|
protocol bgp bgp_int_44324_v6 from tpl_inet6_up {
|
|
source address fe80:1::2;
|
|
neighbor fe80:1::1%wg_40005 as 44324;
|
|
} |