Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.06 KB

README.rst

File metadata and controls

46 lines (38 loc) · 1.06 KB

BIRD Formula

The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like systems and distributed under the GNU General Public License.

Sample Pillars

bird:
  server:
    enabled: True
    logging:
      engine: syslog
    network:
      engine: baremetal
    protocol:
      my_ospf:
        type: ospf
        tick: 2
        rfc1583compat: True
        ecmp: True
        area:
          0.0.0.0:
            interface:
              p3p1:
                type: ptp
                paramX: xxx
              p3p2:
                type: ptp
                paramX: xxx
              tap0: {}
              vhost0:
                hello: 9
                type: broadcast
                paramX: xxx

More Information