diff options
| author | Russ White <russ@riw.us> | 2017-11-29 07:37:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-29 07:37:58 -0500 |
| commit | efa95b1934eacedebd475d01f9c66f28a22e1ee3 (patch) | |
| tree | c2e594f257677355c259c81ef1a65810f08649c7 /ospf6d/ospf6_area.c | |
| parent | 09c0e3c04a710c67c950a140af293f9b29d8e5c3 (diff) | |
| parent | 26e1461672844ec1d0dd065714f740723349dd53 (diff) | |
Merge pull request #1464 from chiragshah6/mdev
ospf6d: SPF consider all Router LSAs
Diffstat (limited to 'ospf6d/ospf6_area.c')
| -rw-r--r-- | ospf6d/ospf6_area.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c index 6bbab46ad8..bd5e2bd1d3 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -61,8 +61,8 @@ static void ospf6_area_lsdb_hook_add(struct ospf6_lsa *lsa) case OSPF6_LSTYPE_ROUTER: case OSPF6_LSTYPE_NETWORK: if (IS_OSPF6_DEBUG_EXAMIN_TYPE(lsa->header->type)) { - zlog_debug("Examin %s", lsa->name); - zlog_debug("Schedule SPF Calculation for %s", + zlog_debug("%s Examin LSA %s", __PRETTY_FUNCTION__, lsa->name); + zlog_debug(" Schedule SPF Calculation for %s", OSPF6_AREA(lsa->lsdb->data)->name); } ospf6_spf_schedule( |
