Forge Home

bird

Puppet bird Module

32,203 downloads

5,927 latest version

4.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.1 (latest)
  • 1.1.0
  • 1.0.0
  • 0.0.5
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Oct 27th 2013
This module has been deprecated by its author since Apr 30th 2018.

The author has suggested puppet-bird as its replacement.

Start using this module

Tags: ospf, bird, routing, bgp, rip

Documentation

sbadia/bird — version 0.0.2 Oct 27th 2013

Puppet-bird Build Status

Manage bird routing daemon via Puppet

Overview

The BIRD Internet Routing Daemon

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.

Support: IPv4, IPv6, Multiple routing tables, BGP, RIP, OSPF, Static routes, IPv6 RA, Inter-table protocol

Usage

class { 'bird':
  enable_v6       => true,
  config_file_v4  => 'puppet:///modules/bgp/ldn/bird.conf',
  config_file_v6  => 'puppet:///modules/bgp/ldn/bird6.conf',
}

Parameters

  • enable_v6: Boolean, enable or disable IPv6 (install bird6 package).
  • config_file_v4: Location of IPv4 bird configuration.
  • config_file_v6: Location of IPv6 bird configuration.

Development

Feel free to contribute. I'm not a big fan of centralized services like GitHub but I used it to permit easy pull-requests, so show me that's a good idea!