summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
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
2005-05-08Keep track of the req list in the RDE. The RFC requires us to check forClaudio Jeker
2005-05-05Fix a stupid typo in the #if 0 block in spf_calc() and start using that codeClaudio Jeker
2005-05-02use setres[ug]id for privilege dropping; ok norby@Damien Miller
2005-05-01spellingDavid Krause
2005-04-27Sort struct msgbuf by size. From Alexander von Gernler via henning@Claudio Jeker
2005-04-26unify shared code a bit again to make future syncs easierHenning Brauer
2005-04-25Call if_init() later and for each interface separately.Claudio Jeker
2005-04-25Move the creation of the ospf_socket from if_init() directly into ospfe().Claudio Jeker
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-25Change order of execution in if_act_reset(). First notify all neighborClaudio Jeker
2005-04-22RFC tells that the MTU in the db exchange packet may not be bigger thanClaudio Jeker
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-14Some format string cleanup. OK deraadtChad Loder