18 lines
303 B
Text
18 lines
303 B
Text
include "/var/lib/bird/hetnix_v6.conf";
|
|
|
|
protocol bgp tb_lb1 {
|
|
description "LayerBridge / Hetnix";
|
|
|
|
local fc00:0:6::2 as my_ripe_asn;
|
|
neighbor fc00:0:6::1 as 3280;
|
|
|
|
ipv6 {
|
|
table ebgp_v6;
|
|
|
|
import keep filtered;
|
|
import filter ebgp_import_v6;
|
|
export filter ebgp_export_v6;
|
|
};
|
|
|
|
multihop 10;
|
|
}
|