# BIRD IPv4 configuration file # This file is handled by puppet, local changes will be lost. # # $Id: bird.conf.erb 93267 2014-02-18 12:42:14Z tore $ # log syslog { info, remote, warning, error, auth, fatal }; router id 0.0.0.1; protocol device { primary "lo" 127.0.0.1; } protocol direct {} protocol rip { interface "eth0" { mode nolisten; }; authentication md5; password "snip"; import none; export filter { if net ~ 192.0.2.0/24 then accept; reject; }; }