Files
net186-config/protocol/internal_network.conf
186526 1009d5a943
All checks were successful
continuous-integration/drone/push Build is passing
add bfd
2023-01-10 21:45:25 +08:00

17 lines
259 B
Plaintext

template bgp net186 {
local as SELFASN;
interpret communities off;
bfd on;
ipv6 {
next hop self;
gateway direct;
import where net186_import_filter(101);
export where net186_import_filter(101);
};
}