# BIRD IPv6 configuration file # This file is handled by puppet, local changes will be lost. # # $Id: bird6.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" ::1; } protocol direct {} protocol rip { interface "eth0" { mode nolisten; }; authentication md5; password "snip"; import none; export filter { if net ~ 2001:db8::/64 then accept; reject; }; }