Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-27 | When the neighbor at the other end of the virtual link goes to state | Esben Norby | |
full, originate a new router LSA. ok claudio@ | |||
2005-05-27 | Set the V-bit when originating virtual links in router LSAs. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support, originate virtual links in router LSAs. | Esben Norby | |
jajaja claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller | |
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller | |
2005-05-27 | Fix a access after free on shutdown. OK norby@ | Claudio Jeker | |
2005-05-27 | Clearify. | Esben Norby | |
2005-05-27 | Initial virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Nasty bug! | Esben Norby | |
Found during the development of virtual link support. Personally I spend 3 hours chasing this, and I didn't find it. Claudio spend 2 hours and he found it, credit goes to him :-) It is wise to put the payload you just created onto the wire, instead of putting some freshly 0'ed bytes.... ok claudio@ | |||
2005-05-27 | Virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Preparations for virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Preparation for upcoming virtual link support. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | While calculating the routing table don't ignore all routes with a cost of | Claudio Jeker | |
LS_INFINITY. Summary LSA are not touched by the SPF algorithm and so they got dropped here because the still had a cost of LS_INFINITY. The calculated routing table starts to make sense now. OK norby@ | |||
2005-05-27 | Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL is | Claudio Jeker | |
not enough to distinguish between calculated vertexes and those just queued in the candidate list. So add a additional check if the vertex is on the candidate list. This fixes a problem Stephen Marley reported some time ago. OK norby@ | |||
2005-05-27 | Small formatting bits in show neighbor detail. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | Fix nexthop calculation by setting w->prev before calling calc_next_hop(). | Claudio Jeker | |
OK norby@ | |||
2005-05-26 | Unnecessary () | Claudio Jeker | |
2005-05-26 | Remove annoying spf_calc debug line. | Esben Norby | |
2005-05-26 | Remove route update debugging messages. | Esben Norby | |
2005-05-26 | Disable cand_list_dump and spf_dump by default. | Esben Norby | |
2005-05-26 | Enable ifstated in the builds. This still does not mean that ifstated is | Ryan Thomas McBride | |
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@ | |||
2005-05-26 | More usable debug output when originating router lsas. | Esben Norby | |
2005-05-26 | Another unneeded debug message. | Esben Norby | |
2005-05-26 | Unwanted. | Esben Norby | |
2005-05-26 | Make interface election less verbose. | Esben Norby | |
2005-05-26 | Remove unneeded debugging messages from rde imsg handling. | Esben Norby | |
2005-05-26 | Remove unused event/action caption. | Esben Norby | |
2005-05-26 | Remove unneeded debugging messages from ospfe imsg handling. | Esben Norby | |
2005-05-26 | Cleanup. | Esben Norby | |
2005-05-26 | remove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway) | Henning Brauer | |
2005-05-26 | Remove unused neighbor state. | Esben Norby | |
ok claudio@ | |||
2005-05-26 | Remove unneeded debug stuff when handling neighbors. | Esben Norby | |
2005-05-26 | Remove unneeded debugging stuff when handling LS updates. | Esben Norby | |
2005-05-26 | Remove unneeded debug messages from LS request. | Esben Norby | |
2005-05-26 | Remove unneeded debugging stuff when handling LS ack. | Esben Norby | |
2005-05-26 | Simplify and cleanup passive interface handling. | Esben Norby | |
ok claudio@ | |||
2005-05-26 | Document 'flushmode' | Hakan Olsson | |
2005-05-26 | add a 'flushmode' to control how the master handles FLUSH to slaves. tweak ↵ | Hakan Olsson | |
some loglevels. | |||
2005-05-26 | check ppid | Hakan Olsson | |
2005-05-26 | Remove a lot of unneeded debug output during the database change. | Esben Norby | |
2005-05-26 | kill area debugging stuff. | Esben Norby | |
2005-05-26 | Support dumping the configuration the way bgpd(8) does it. | Esben Norby | |
This makes it possible to have ospfd(8) parse a configuration file and display the parsed result. ok claudio@ | |||
2005-05-26 | Ensure previous adjust has completed before clearing alarm flag; ok henning@ | Darren Tucker | |
2005-05-26 | Fix multi area display bug. | Esben Norby | |
ok claudio@ | |||
2005-05-26 | disable SPD snapshot for now | Hakan Olsson | |
2005-05-26 | Initialize variables | Hakan Olsson | |
2005-05-26 | kill stackable filesystems ghosts | Pedro Martelletto | |