bird6.conf 599 B

1234567891011121314151617181920212223242526
  1. # Gitoyen <contact@gitoyen.net>
  2. #
  3. # vim: set ts=4:sw=4
  4. log syslog all;
  5. # specific router parameters
  6. include "/etc/local/bird/common/local.conf";
  7. # filters/functions common to all protocols
  8. include "/etc/local/bird/bird6/filters.conf";
  9. # kernel protocol management
  10. include "/etc/local/bird/common/kernel.conf";
  11. # static routes
  12. include "/etc/local/bird/bird6/static.conf";
  13. # OSPF (Backbone)
  14. include "/etc/local/bird/common/ospf.conf";
  15. # filters/functions for BGP
  16. include "/etc/local/bird/common/bgp-filters.conf";
  17. # BGP (Livraisons, Transit, Peering)
  18. include "/etc/local/bird/bird6/bgp.conf";