ospf添加路由

ospf安装路由

Breakpoint 1, ospf_route_install (ospf=0x7ffff01c0bd8, rt=0x7ffff019eb28) at ospf_route.c:271

271      if (ospf->old_table)
(gdb) bt
#0  ospf_route_install (ospf=0x7ffff01c0bd8, rt=0x7ffff019eb28) at ospf_route.c:271
#1  0x00007fffd3d46c7b in ospf_spf_calculate_timer (thread=0x7ffff0288b10) at ospf_spf.c:1378
#2  0x00007fffd3d8879d in thread_call (thread=0x7ffff0288b10) at thread.c:1271
#3  0x00007fffd3d20215 in main (argc=5, argv=0x679d10) at ospf_main.c:347
#4  0x00007ffff7a0708f in ns3::DceManager::DoStartProcess (context=0x8304f0) at ../model/dce-manager.cc:283
#5  0x00007ffff7a907fc in ns3::TaskManager::Trampoline (context=0x69a780) at ../model/task-manager.cc:274
#6  0x00007ffff7a8c7d7 in ns3::PthreadFiberManager::Run (arg=0x8307e0) at ../model/pthread-fiber-manager.cc:402
#7  0x000000318b2079d1 in start_thread () from /lib64/libpthread.so.0
#8  0x000000318a6e88fd in clone () from /lib64/libc.so.6
(gdb)


ospf_zebra_add


通用对zebra接口

zapi_ipv4_route


但是zebra大哥你没有收到,你怎么了?


zclient_read

能收到的消息是

zsend_router_id_update

ZEBRA_INTERFACE_ADD

也能收到


why?ZEBRA_IPV4_ROUTE_ADD




你可能感兴趣的:(ospf添加路由)