tables.config.j2 205 B

1234567891011121314
  1. #
  2. # reserved values
  3. #
  4. 255 local
  5. 254 main
  6. 253 default
  7. 0 unspec
  8. #
  9. # user defined
  10. #
  11. {% if routing.tables is defined %}{% for table in routing.tables %}
  12. {{ table.id }} {{ table.name }}
  13. {% endfor %}{% endif %}