summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2005-05-26Remove route update debugging messages.Esben Norby
2005-05-26Disable cand_list_dump and spf_dump by default.Esben Norby
2005-05-26More usable debug output when originating router lsas.Esben Norby
2005-05-26Another unneeded debug message.Esben Norby
2005-05-26Unwanted.Esben Norby
2005-05-26Make interface election less verbose.Esben Norby
2005-05-26Remove unneeded debugging messages from rde imsg handling.Esben Norby
2005-05-26Remove unused event/action caption.Esben Norby
2005-05-26Remove unneeded debugging messages from ospfe imsg handling.Esben Norby
2005-05-26Cleanup.Esben Norby
2005-05-26Remove unused neighbor state.Esben Norby
2005-05-26Remove unneeded debug stuff when handling neighbors.Esben Norby
2005-05-26Remove unneeded debugging stuff when handling LS updates.Esben Norby
2005-05-26Remove unneeded debug messages from LS request.Esben Norby
2005-05-26Remove unneeded debugging stuff when handling LS ack.Esben Norby
2005-05-26Simplify and cleanup passive interface handling.Esben Norby
2005-05-26Remove a lot of unneeded debug output during the database change.Esben Norby
2005-05-26kill area debugging stuff.Esben Norby
2005-05-26Support dumping the configuration the way bgpd(8) does it.Esben Norby
2005-05-26Remove unused variable.Esben Norby
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25spellingEsben Norby
2005-05-25typo in define. Found by David Krause.Claudio Jeker
2005-05-25spellingDavid Krause
2005-05-24Only redistribute networks if the interface they depend on is actuallyClaudio Jeker
2005-05-24Set ifindex for all kernel routes. This makes it very easy to track theClaudio Jeker
2005-05-24An lsa with age == MAX_AGE is always different and needs to be merged.Claudio Jeker
2005-05-24Fix format string.Claudio Jeker
2005-05-24Be more specific on what we redistribute. OK norby@Claudio Jeker
2005-05-24In lsa_merge() check if the LSA changed. If it did not change just free theClaudio Jeker
2005-05-24Fix some obvious issues in the summary LSA origination.Claudio Jeker
2005-05-23First part of summary LSA origination. Not perfect but a start.Claudio Jeker
2005-05-23useless use of endpwentHenning Brauer
2005-05-23Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the sameEsben Norby
2005-05-23Make the rfc1583compat flag changable in ospfd.conf(5).Esben Norby
2005-05-22Handle cost2 for AS-external, and prepare for handling flags inEsben Norby
2005-05-22The Route Information Base for AS-External should only be dumped once.Esben Norby
2005-05-13Cost type 2 will be needed soon.Esben Norby
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-05-12Calculate routes for summary and as-external LSA. Still some minor partsClaudio Jeker
2005-05-12lsa_age() the vertex befor comparing the age with MAX_AGE.Claudio Jeker
2005-05-12Every time a LSA is returned from a lookup lsa_age() it.Claudio Jeker
2005-05-12Don't fatal in case no root node was found for spf calculation.Claudio Jeker
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-05-12Fix multiple bugs in if_act_elect(). In some cases DR were set wronglyClaudio Jeker
2005-05-12If activly connected to more than one area set B flag in the self-originatedClaudio Jeker
2005-05-11Add some newlines to make the code easier to follow. No functional change.Claudio Jeker
2005-05-10Do no longer force the default router priority to 0.Claudio Jeker
2005-05-09Force all as-external routes to point to the router announcing them byClaudio Jeker