Age | Commit message (Expand) | Author |
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 |
2008-12-28 | Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sending | Claudio Jeker |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-06-10 | one more trafic -> traffic; | Jason McIntyre |
2008-05-13 | Unmangle previous commit. spotted by markus@ (wow !) | Pierre-Yves Ritschard |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-05-09 | Henning forgot ospf6d. Add priority to ospf6d as well. | Claudio Jeker |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby |
2008-01-31 | use a hyphen for "interface-specific" as a compound term. this is | Jason McIntyre |
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer |
2007-12-13 | Monster commit of stuff I did mostly last month. What it does: | Claudio Jeker |
2007-11-27 | Make lsa_find() find link local LSA by passing the interface instead of the | Claudio Jeker |
2007-11-27 | Monster diff to bring us a bit on track again. | Claudio Jeker |
2007-11-24 | lsa_self() is completely busted at the moment, so just ignore it. | Claudio Jeker |
2007-11-24 | Print the neighbor ID instead of the neighbor address in if_act_elect(). | Claudio Jeker |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-25 | segement -> segment; from Denis Doroshenko | Jason McIntyre |
2007-10-25 | Support -D makro=value like bgpd and ripd. OK norby@ | Claudio Jeker |
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard |
2007-10-17 | From ripd: Add missing RTM_VERSION checks. | Claudio Jeker |
2007-10-17 | lsa_snap() should work so enable it. | Claudio Jeker |
2007-10-16 | Make struct lsa_rtr a better match of the reality. Still not happy because | Claudio Jeker |