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_spf.h | |
| parent | 09c0e3c04a710c67c950a140af293f9b29d8e5c3 (diff) | |
| parent | 26e1461672844ec1d0dd065714f740723349dd53 (diff) | |
Merge pull request #1464 from chiragshah6/mdev
ospf6d: SPF consider all Router LSAs
Diffstat (limited to 'ospf6d/ospf6_spf.h')
| -rw-r--r-- | ospf6d/ospf6_spf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index 2246e2dfc7..dbb88d12ba 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -68,6 +68,7 @@ struct ospf6_vertex { /* nexthops to this node */ struct list *nh_list; + uint32_t link_id; }; #define OSPF6_VERTEX_TYPE_ROUTER 0x01 |
