C4TG1RL5_UN1T3D.DN42/frog/bird/bird/igp/ibgp_lxc.conf
2022-07-10 21:38:54 +02:00

19 lines
381 B
Plaintext

protocol bgp ibgp_lxc from dn42_igp {
neighbor fe80::4242:2%igp_lxc as AS;
passive off;
ipv4 {
import where igp_import_filter();
export where igp_export_filter();
next hop self;
extended next hop on;
};
ipv6 {
import where igp_import_filter();
export where igp_export_filter();
next hop self;
};
}