summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
AgeCommit message (Expand)Author
2009-02-12Make vertex_free() correctly free LSAs in per-interface LSA trees.Stefan Sperling
2009-02-10Fix two obvious copy-paste errors in fatal error messages. We wereStefan Sperling
2009-02-03In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bitStefan Sperling
2009-02-03We don't need anything other than link-local addresses andStefan Sperling
2009-02-03Formatting fixes.Stefan Sperling
2009-01-31write point-to-point in a consistent way.Igor Sobrado
2009-01-29Correctly byte-swap the link state ID when building Intra-Area-PrefixStefan Sperling
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-29In Link LSAs, #prefixes is a 32bit value.Stefan Sperling
2009-01-29lsa_get_prefix() should return the number of bytes consumed and not theClaudio Jeker
2009-01-29Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing NetworkStefan Sperling
2009-01-29Improve debugging message in orig_intra_lsa_net().Stefan Sperling
2009-01-28Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a listStefan Sperling
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2009-01-27Again, no need to double check if neighbor exists.Michele Marchetto
2009-01-27new sentence, new line;Jason McIntyre
2009-01-26Document that ospf6d tries to get the router ID from an IPv4 addressStefan Sperling
2009-01-26RFC5340 says neighbours are identified solely by their router ID in OSPFv3,Stefan Sperling
2009-01-26Same fix as just committed to ospfd:Stefan Sperling
2009-01-04if_newaddr() was hard-coding all interface prefixes to /64.Stefan Sperling
2009-01-03Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,Stefan Sperling
2009-01-03orig_link_lsa() was assuming either virtual or broadcast link.Stefan Sperling
2009-01-02Add support for originating router LSAs over point-to-point links.Stefan Sperling
2008-12-30Remove debug message that does not help. The problem with the initial floodClaudio Jeker
2008-12-30Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areClaudio Jeker
2008-12-30lsa_get_prefix() needs to use something else then struct lsa_prefix toClaudio Jeker
2008-12-30Correctly compute the options for the net LSA as pre RFC options is set toClaudio Jeker
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
2008-12-28Initial bits for originating net lsa again from Stefan Sperling with someClaudio Jeker
2008-12-28Part of lsa_self() works at least everything with us as adv_rtr should beClaudio Jeker
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28First shot at originating router LSA, still a lot of XXX but seems toClaudio Jeker
2008-12-28No need to byteswap req_hdr.type as lsa_find() will do that for us.Claudio Jeker
2008-12-28Sync up the flags with the new and shiny RFC5340 while there introduceClaudio Jeker
2008-12-28Send the interface index in the correct byte order and add iface_id toClaudio Jeker
2008-12-28Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sendingClaudio Jeker
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-06-10one more trafic -> traffic;Jason McIntyre
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-05-09Henning forgot ospf6d. Add priority to ospf6d as well.Claudio Jeker
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-11Correct the output of several error and debug messages.Esben Norby
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer