Files
net186-config/protocol/internal_network.conf
186526 db8827f83e
All checks were successful
continuous-integration/drone/push Build is passing
Add: complete the filter of internal network and downstream
2022-12-27 16:46:10 +08:00

15 lines
246 B
Plaintext

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