updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / mrd6-git / mrd.conf
blob88831dcc091011f0da48688833ac6cbb2172a900
1 /* MRD example configuration file */
3 log {
4         /* Logs are controlled via the 'attach' method */
5         /* syntax (one of):
7            attach syslog [level]
8            attach stderr [level]
9            attach name filename [level]
11            where level is one of:
12                 quiet, normal, verbose, debug or extradebug
13          */
14         attach stderr normal;
15         attach default "/var/log/mrd.log" debug;
18 load-module console;
19 load-module mld;
20 load-module pim;
22 console {
23         /* Allow access from any host with admin/admin */
24         /* allow-access admin admin any; */
26         /* Command format: */
27         /* allow-access [username [password [address mask]]]; */
30 /* Global pim variable configuration */
31 pim {
32         /* we want to be a BSR candidate */
33         enable bsr-candidate;
34         /* we want to be a RP candidate */
35         enable rp-candidate;
38 /* Groups configuration */
39 groups {
40         /* group mask */
41         ff0e::/16 {
42                 pim {
43                         /* include this group mask in our RP adv */
44                         enable rp_adv;
45                 }
46         }