Age | Commit message (Expand) | Author |
2013-11-13 | from claudio | Sebastian Benoit |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-02 | Wrap some long lines and other cleanup. No functional change. | Claudio Jeker |
2011-03-24 | Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop | Claudio Jeker |
2011-01-18 | When fixing conflicts make sure the right vertex is passed to lsa_merge() | Claudio Jeker |
2011-01-17 | Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16). | Claudio Jeker |
2011-01-12 | Kill struct rroute and move the metric to struct kroute. This | Claudio Jeker |
2010-09-25 | When counting the lsa also build the sum of the ls_checksums. This can be | Claudio Jeker |
2010-07-19 | When removing an announced prefix inherit the metric and ext_tag from the | Claudio Jeker |
2010-07-01 | Fix memory leak by adding a missing free(lsa). | Alexander Bluhm |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2009-11-11 | Fix an obvious use after free. Found by parfait. Reported and OK jsg@ | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker |
2009-10-05 | Until now AS-ext LSA were always announced with the router as nexthop. | Claudio Jeker |
2009-06-06 | sync ospfctl/ospfd with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-05 | make ospfd's imsg lib ready as well. | Pierre-Yves Ritschard |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker |
2009-01-27 | No need to check if neighbor exists before adding it | Michele Marchetto |
2009-01-07 | Full stub area support. This allows ABRs to announce a default network | Claudio Jeker |
2008-12-12 | Make the kroute code routing priority aware. This solves a few issues and | Claudio Jeker |
2008-11-24 | Initial support for stub areas. The bit still missing is the redistribution | Claudio Jeker |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby |
2007-10-11 | Bye bye global ospf options. OSPF options are per area (at least the one | Claudio Jeker |
2007-10-01 | fix alot of whitespace problems... | Esben Norby |
2007-09-25 | Last missing piece in the equal cost multipath support for ospfd. | Claudio Jeker |
2007-07-25 | Don't fatal if the imsg pipe is closed, this is often triggered in the parent | Claudio Jeker |
2007-06-19 | add support for mapping route labels to AS-external route tags. | Reyk Floeter |
2007-06-19 | Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in | Pierre-Yves Ritschard |
2007-04-11 | Simplify rde_summary_update(). The route entry has a valid/invalid flag | Claudio Jeker |
2007-04-10 | Next step in equal cost multipath support. Make the SPF calculation multipath | Claudio Jeker |
2007-04-05 | remove an unused function. | Pierre-Yves Ritschard |
2007-04-04 | Type 4 (router) summery LSA need to be sent out with an LS ID equal to the | Claudio Jeker |
2007-04-04 | There is no need to originate inter-area routes to the backbone. | Claudio Jeker |
2007-03-30 | Use correct function name in fatalx() message. | Claudio Jeker |
2007-02-12 | rde_nbr_loading() may be called with area == NULL. Check for this condition | Claudio Jeker |
2007-02-09 | Remove unneeded statement. The debug code needing it is long gone. | Claudio Jeker |
2007-02-01 | whitespace cleanup, no binary change. | Claudio Jeker |
2007-02-01 | Preliminary configuration reload support. Seems to work reasonably well | Claudio Jeker |
2007-02-01 | There is no need to check if the LSA is matched by an net LSA in | Claudio Jeker |
2007-01-29 | Do not link from the LS DB to outside structures that may vanish before | Claudio Jeker |
2007-01-24 | Remove some log_debug()s that are no longer needed. | Claudio Jeker |
2007-01-20 | Ignore SIGPIPE in the parent and RDE as well. | Claudio Jeker |
2007-01-11 | Silently ignore unknown neighbors in the rde and ospfe imsg handler. This | Claudio Jeker |
2007-01-11 | Remove unneeded config stuff when booting up the RDE. This makes the reload | Claudio Jeker |
2006-12-21 | order variables by size/type. | Claudio Jeker |
2006-12-08 | Fix a crash seen on busy area border routers. The problem was a NULL | Claudio Jeker |
2006-12-07 | Make it possible to set the metric and LSA type for redistributed routes. | Claudio Jeker |
2006-06-28 | Track the uptime of the ospfd daemon itself. | Esben Norby |
2006-05-30 | Now that rtlabels are accessable via sysctl we can use route lables to | Claudio Jeker |