[Xorp-users] xorp snd igmp

Victor Sterpu victor at ambra.ro
Mon Oct 29 12:04:13 PDT 2007


I compiled xorp 1.4 on a kernel 2.6.20.

When I try to start xorp_rtrmgr I receive the following message:
[ 2007/11/30 00:03:59  INFO xorp_rtrmgr:20308 RTRMGR +239 
master_conf_tree.cc execute ] Changed modules: interfaces, fea, mfea4, igmp
[ 2007/11/30 00:03:59  INFO xorp_rtrmgr:20308 RTRMGR +96 
module_manager.cc execute ] Executing module: interfaces (fea/xorp_fea)
[ 2007/11/30 00:03:59  ERROR xorp_fea:20309 LIBCOMM +114 comm_sock.c 
comm_sock_open ] Error opening socket (domain = 10, type = 2, protocol = 
0): Address family not supported by protocol
[ 2007/11/30 00:03:59  ERROR xorp_fea:20309 LIBCOMM +114 comm_sock.c 
comm_sock_open ] Error opening socket (domain = 10, type = 2, protocol = 
0): Address family not supported by protocol
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] MFEA enabled
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] CLI enabled
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] CLI started
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] MFEA enabled
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] CLI enabled
[ 2007/11/30 00:03:59 INFO xorp_fea MFEA ] CLI started
[ 2007/11/30 00:04:01  INFO xorp_rtrmgr:20308 RTRMGR +96 
module_manager.cc execute ] Executing module: fea (fea/xorp_fea)
[ 2007/11/30 00:04:05  INFO xorp_rtrmgr:20308 RTRMGR +96 
module_manager.cc execute ] Executing module: mfea4 (fea/xorp_fea)
[ 2007/11/30 00:04:05 INFO xorp_fea MFEA ] MFEA started
[ 2007/11/30 00:04:06  INFO xorp_rtrmgr:20308 RTRMGR +96 
module_manager.cc execute ] Executing module: igmp (mld6igmp/xorp_igmp)
[ 2007/11/30 00:04:06  WARNING xorp_rtrmgr:20308 XrlFinderTarget +406 
../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling 
method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed 
Target "IGMP" does not exist or is not enabled.
[ 2007/11/30 00:04:06 INFO xorp_igmp MLD6IGMP ] Protocol enabled
[ 2007/11/30 00:04:06 INFO xorp_igmp MLD6IGMP ] CLI enabled
[ 2007/11/30 00:04:06 INFO xorp_igmp MLD6IGMP ] CLI started
[ 2007/11/30 00:04:07 INFO xorp_igmp MLD6IGMP ] Protocol started
[ 2007/11/30 00:04:08  ERROR xorp_igmp:20314 MLD6IGMP +671 
mld6igmp_node.cc enable_vif ] Cannot enable vif eth1: no such vif
[ 2007/11/30 00:04:08 WARNING xorp_igmp XrlMld6igmpTarget ] Handling 
method for mld6igmp/0.1/enable_vif failed: XrlCmdError 102 Command 
failed Cannot enable vif eth1: no such vif
[ 2007/11/30 00:04:08  ERROR xorp_rtrmgr:20308 RTRMGR +675 
master_conf_tree.cc commit_pass2_done ] Commit failed: 102 Command 
failed Cannot enable vif eth1: no such vif
[ 2007/11/30 00:04:08  ERROR xorp_rtrmgr:20308 RTRMGR +251 
master_conf_tree.cc config_done ] Configuration failed: 102 Command 
failed Cannot enable vif eth1: no such vif
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +2228 task.cc 
run_task ] No more tasks to run
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +171 
module_manager.cc terminate ] Terminating module: fea
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +171 
module_manager.cc terminate ] Terminating module: igmp
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +194 
module_manager.cc terminate ] Killing module: igmp
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +171 
module_manager.cc terminate ] Terminating module: interfaces
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +171 
module_manager.cc terminate ] Terminating module: mfea4
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +194 
module_manager.cc terminate ] Killing module: mfea4
[ 2007/11/30 00:04:08  ERROR xorp_rtrmgr:20308 RTRMGR +747 
module_manager.cc done_cb ] Command "/usr/local/xorp/fea/xorp_fea": 
terminated with signal 15.
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +282 
module_manager.cc module_exited ] Module killed during shutdown: mfea4
[ 2007/11/30 00:04:08  ERROR xorp_rtrmgr:20308 RTRMGR +747 
module_manager.cc done_cb ] Command 
"/usr/local/xorp/mld6igmp/xorp_igmp": terminated with signal 15.
[ 2007/11/30 00:04:08  INFO xorp_rtrmgr:20308 RTRMGR +282 
module_manager.cc module_exited ] Module killed during shutdown: igmp

I use the following config.boot:
protocols {
    igmp {
        disable: false
        interface eth1 {
            vif eth1 {
                disable: false
                /* version: 2 */
                /* enable-ip-router-alert-option-check: false */
                /* query-interval: 125 */
                /* query-last-member-interval: 1 */
                /* query-response-interval: 10 */
                /* robust-count: 2 */
            }
        }
        traceoptions {
            flag all {
                disable: false
            }
        }
    }
}

What is wrong with my configuration?
Thank you.



More information about the Xorp-users mailing list