Age | Commit message (Expand) | Author |
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 |
2009-01-26 | Same fix as just committed to ospfd: | Stefan Sperling |
2009-01-04 | if_newaddr() was hard-coding all interface prefixes to /64. | Stefan Sperling |
2009-01-03 | Since link LSAs live in iface->lsa_tree and not in area->lsa_tree, | Stefan Sperling |
2009-01-03 | orig_link_lsa() was assuming either virtual or broadcast link. | Stefan Sperling |
2009-01-02 | Add support for originating router LSAs over point-to-point links. | Stefan Sperling |
2008-12-30 | Remove debug message that does not help. The problem with the initial flood | Claudio Jeker |
2008-12-30 | Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are | Claudio Jeker |
2008-12-30 | lsa_get_prefix() needs to use something else then struct lsa_prefix to | Claudio Jeker |
2008-12-30 | Correctly compute the options for the net LSA as pre RFC options is set to | Claudio Jeker |
2008-12-30 | First try at originating Link (type-8) LSA. Code is wrong and the initial | Claudio Jeker |
2008-12-28 | a few documentation updates for opsf6(8) and ospf6ctl(8): remove an | Igor Sobrado |
2008-12-28 | Initial bits for originating net lsa again from Stefan Sperling with some | Claudio Jeker |
2008-12-28 | Part of lsa_self() works at least everything with us as adv_rtr should be | Claudio Jeker |
2008-12-28 | area_ospf_options() should not return network byte order options. Instead | Claudio Jeker |
2008-12-28 | First shot at originating router LSA, still a lot of XXX but seems to | Claudio Jeker |
2008-12-28 | No need to byteswap req_hdr.type as lsa_find() will do that for us. | Claudio Jeker |
2008-12-28 | Sync up the flags with the new and shiny RFC5340 while there introduce | Claudio Jeker |
2008-12-28 | Send the interface index in the correct byte order and add iface_id to | Claudio Jeker |