igp6.conf.j2 284 B

12345678910111213141516
  1. protocol static bh_mynet {
  2. preference 1;
  3. route {{ ipv6_network }} blackhole;
  4. };
  5. protocol ospf IGP_OSPF {
  6. area 0.0.0.0 {
  7. interface "mesh-*";
  8. interface "local0" {
  9. stub;
  10. };
  11. };
  12. import all;
  13. export where source != RTS_STATIC;
  14. }