/* $XORP: xorp/rtrmgr/config/multicast6.boot,v 1.1 2007/08/29 06:49:43 pavlin Exp $ */ interfaces { interface eth0 { vif eth0 { address 2001:DB8:10:10:10:10:11:11 { prefix-length: 64 } /* Note: The IPv6 link-local address must be configured */ address fe80::1111:1111:1111:1111 { prefix-length: 64 } } } } fea { unicast-forwarding6 { disable: false } } plumbing { mfea6 { disable: false interface eth0 { vif eth0 { disable: false } } interface register_vif { vif register_vif { /* Note: this vif should be always enabled */ disable: false } } } } protocols { mld { interface eth0 { vif eth0 { disable: false } } } }