igp.conf.j2 315 B

1234567891011121314151617
  1. protocol direct {
  2. interface "bat*";
  3. interface "mesh-*";
  4. interface "lo";
  5. };
  6. protocol ospf IGP {
  7. area 0.0.0.0 {
  8. interface "bat-*";
  9. interface "lo" {
  10. stub;
  11. };
  12. };
  13. import all;
  14. export none;
  15. }