Coder Social home page Coder Social logo

ninech / puppet-bird Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ffnw/puppet-bird

0.0 16.0 1.0 31 KB

This module creates a configuration structure for the bird routing daemon.

License: GNU General Public License v2.0

Ruby 13.85% Puppet 63.56% HTML 22.59%

puppet-bird's Introduction

puppet-bird

Table of Contents

  1. Description
  2. Setup - The basics of getting started with bird
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

This module creates a configuration structure for the bird routing daemon.

Setup

Beginning with bird

To setup this module call the bird class and set the router id. Other modules can be set up on top of this using configuration files in /etc/bird/bird.conf.d/ or /etc/bird/bird6.conf.d/.

class { '::bird':
  router_id => '10.18.16.1',
  source    => '10.18.1.2',
  source6   => 'fd74:fdaa:9dc4:102::1',
}

Usage

class { '::bird':
  router_id => '10.18.16.1',
  source    => '10.18.1.2',
  source6   => 'fd74:fdaa:9dc4:102::1',
}

Reference

  • class bird
    • router_id
    • source
    • source6
    • kernel_table (optional, default '42')
    • direct_interfaces (optional, default [ '*' ])

Limitations

OS compatibility

  • Debian 8
  • Ubuntu 14.04 and 16.04

Development

How to contribute

Fork the project, work on it and submit pull requests, please.

puppet-bird's People

Contributors

simonkurka avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

rplessl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.