source: freewrt/package/mrd6/files/mrd6.conf@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 468 bytes
Line 
1log {
2 attach stderr normal;
3 attach default "/var/log/mrd6.log" message_err;
4}
5
6interfaces br0 enable = false; // Should be vlan0 + eth1 but Linux bridge seems broken for multicast
7interfaces eth0 enable = false; // Interface to internal bridge
8handle-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
13groups ff00::/8 pim rp = 2001:660:3007:300:1::;
14
Note: See TracBrowser for help on using the repository browser.