Age | Commit message (Expand) | Author |
2009-04-09 | Update rt_calc() for OSPFv3. The Routing Information Base is being | Stefan Sperling |
2009-04-09 | Don't dereference NULL pointers. This crash wasn't found yet because | Stefan Sperling |
2009-04-09 | Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id). | Stefan Sperling |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-29 | Update spf_calc() for OSPFv3. | Stefan Sperling |
2009-03-29 | Update calc_nexthop() for OSPFv3, using helper functions added in | Stefan Sperling |
2009-03-29 | As a first step towards SPF tree calculation, prepare for proper | Stefan Sperling |
2009-03-29 | Update linked() for OSPFv3. | Stefan Sperling |
2009-03-29 | Change get_net_link()'s idx argument to unsigned, and make it | Stefan Sperling |
2009-03-29 | Because get_rtr_link() forgot to increment the buffer offset | Stefan Sperling |
2009-03-29 | Remove lsa_find_net(), it isn't needed for OSPFv3. | Stefan Sperling |
2009-03-29 | Add lsa_find_rtr() function, which finds among multiple router | Stefan Sperling |
2009-03-29 | In lsa_num_links(), be more obvious about what parts of the LSA | Stefan Sperling |
2009-03-29 | Add log_rtr_id() function to log 32bit numbers in dot-quad notation. | Stefan Sperling |
2009-03-29 | Now that struct lsa_net represents just the options, orig_net_lsa() | Stefan Sperling |
2009-03-29 | Remove att_rtr field from struct lsa_net. | Stefan Sperling |
2009-03-29 | For SPF calculation, we will need the source address specified | Stefan Sperling |
2009-03-28 | Print the correct function name in log_debug(). | Michele Marchetto |
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling |
2009-03-10 | Revert previous, I committed the wrong file, should have been rde_spf.c. | Stefan Sperling |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling |
2009-03-08 | Remove #ifdef'd code which had a TODO comment essentially asking | Stefan Sperling |
2009-03-07 | Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree. | Stefan Sperling |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |
2009-02-19 | Use rde_router_id() instead of directly accessing rdeconf->rtr_id.s_addr. | Stefan Sperling |
2009-02-19 | Enable origination of Intra-Area-Prefix LSAs in rde. | Stefan Sperling |
2009-02-19 | Virtually re-implement origination of Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-02-19 | Remove origination of Intra-Area-Prefix LSAs from ospfe. | Stefan Sperling |
2009-02-19 | Sync iface fsm state from ospfe to rde. | Stefan Sperling |
2009-02-19 | In ospfe, originate new Router and Network LSAs before informing RDE | Stefan Sperling |
2009-02-19 | Make ospfe send correct nbr state to RDE. | Stefan Sperling |
2009-02-12 | Make vertex_free() correctly free LSAs in per-interface LSA trees. | Stefan Sperling |
2009-02-10 | Fix two obvious copy-paste errors in fatal error messages. We were | Stefan Sperling |
2009-02-03 | In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit | Stefan Sperling |
2009-02-03 | We don't need anything other than link-local addresses and | Stefan Sperling |
2009-02-03 | Formatting fixes. | Stefan Sperling |
2009-01-31 | write point-to-point in a consistent way. | Igor Sobrado |
2009-01-29 | Correctly byte-swap the link state ID when building Intra-Area-Prefix | Stefan Sperling |
2009-01-29 | Originate Intra-Area-Prefix LSAs which reference a router LSA. | Stefan Sperling |
2009-01-29 | In Link LSAs, #prefixes is a 32bit value. | Stefan Sperling |
2009-01-29 | lsa_get_prefix() should return the number of bytes consumed and not the | Claudio Jeker |
2009-01-29 | Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing Network | Stefan Sperling |
2009-01-29 | Improve debugging message in orig_intra_lsa_net(). | Stefan Sperling |
2009-01-28 | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list | Stefan Sperling |
2009-01-27 | Propagate the neighbour's interface ID, as received in hello packets, | Stefan Sperling |
2009-01-27 | Again, no need to double check if neighbor exists. | Michele Marchetto |
2009-01-27 | new sentence, new line; | Jason McIntyre |
2009-01-26 | Document that ospf6d tries to get the router ID from an IPv4 address | Stefan Sperling |
2009-01-26 | RFC5340 says neighbours are identified solely by their router ID in OSPFv3, | Stefan Sperling |