port over more init scripts
[openwrt/svn-archive/archive.git] / ipv6 / mrd6 / files / mrd6.conf
1 log {
2 attach stderr normal;
3 attach default "/var/log/mrd6.log" message_err;
4 }
5
6 interfaces br0 enable = false; // Should be vlan0 + eth1 but Linux bridge seems broken for multicast
7 interfaces eth0 enable = false; // Interface to internal bridge
8 handle-proper-bridge = true; // use ETH_P_ALL to see all packets on wrt54g
9
10 // The default configured RP is m6bone's Renater RP.
11 // Change this according to your setup
12
13 groups ff00::/8 pim rp = 2001:660:3007:300:1::;
14