Age | Commit message (Expand) | Author |
2010-02-23 | Oups, forgot this file in last commit. Bit definitions for AS-ext LSA needed | Claudio Jeker |
2010-02-23 | Implement lsa_asext_check() to verify that type 5 LSA are correctly encoded. | Claudio Jeker |
2010-02-23 | fetchtable and the kroute dispatch handlers both parse the same messages | David Gwynne |
2010-02-23 | Fix byte range parsing, broken in last revision of http_protocol.c, | Pierre-Yves Ritschard |
2010-02-22 | dedup some code a bit. rather than have the same code in fetchifs and | David Gwynne |
2010-02-22 | remove the original fetchtable code and replace it with the new | David Gwynne |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker |
2010-02-22 | Treat multiple Router-LSAs originated by the same router as an | Stefan Sperling |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
2010-02-20 | Make send_* functions return void (and not int) as they can just succeed | Michele Marchetto |
2010-02-20 | Remove unneeded abstraction in neighbor fsm. | Michele Marchetto |
2010-02-20 | Add line breaks to the source to render an .RS display that got skipped; | Ingo Schwarze |
2010-02-19 | Oups, unbreak build. | Claudio Jeker |
2010-02-19 | Cleanup a bit, remove unneeded dummy neighbor and initialize queue heads | Claudio Jeker |
2010-02-19 | If a neighbor goes down we need to cleanup the LIB from all FEC that point | Claudio Jeker |
2010-02-19 | Do not double free a knode when kroute_insert() fails. kroute_insert() | Claudio Jeker |
2010-02-19 | oops, remove dead code. | David Gwynne |
2010-02-19 | implement ospfctl fib reload. | David Gwynne |
2010-02-18 | Fix a leak that could happen with multiple requests on the one | Jonathan Gray |
2010-02-18 | Make the output of printconf() look like a real config file. | Claudio Jeker |
2010-02-18 | Set the correct defaults for label advertisement, retention and distribution. | Michele Marchetto |
2010-02-18 | Do an event_del before event_set/event_add in case we double add | Jonathan Gray |
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | Ingo Schwarze |
2010-02-18 | Each .Bk must be closed by .Ek. | Ingo Schwarze |
2010-02-18 | We need to set SO_REUSEADDR before doing the bind() of the tcp socket. | Claudio Jeker |
2010-02-18 | Remove some debug messages that are too verbose and no longer needed. | Claudio Jeker |
2010-02-18 | Close a fd leak when opening the tcp connection to the neighbor. | Claudio Jeker |
2010-02-17 | in map_stdio_get() use strdup on the right buffer, not on a pointer that | Gilles Chehade |
2010-02-17 | erf, previous fix to lka crash was still using the wrong define ... | Gilles Chehade |
2010-02-17 | Always call the shutdown code after returning from event_dispatch(). | Jonathan Gray |
2010-02-17 | the map api becomes backend-agnostic with initial support for db(3) and | Gilles Chehade |
2010-02-17 | localpart of a struct path may legally exceed MAXLOGNAME, causing lka to | Gilles Chehade |
2010-02-16 | Make ldpd less verbose. | Michele Marchetto |
2010-02-16 | Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to | Claudio Jeker |
2010-02-16 | When taking an interface down just try to do the cleanup. In cases where | Claudio Jeker |
2010-02-16 | Only merge interfaces that have the same address and netmask. Fixes a bug | Claudio Jeker |
2010-02-16 | Clear the DR and BDR addresses in nbr_act_delete(), makes the election | Claudio Jeker |
2010-02-16 | Lets violate the RFC once more. Change the way we map hello packets to | Claudio Jeker |
2010-02-16 | Don't log the same thing twice. From a much bigger diff. | Claudio Jeker |
2010-02-16 | implement support for fast hello packets. | David Gwynne |
2010-02-16 | the minimal spf-holdtime and spf-delay is 10 msec, not 50. | David Gwynne |
2010-02-16 | allow spf-delay and spf-holdtime to be specified in msec so ospfd can | David Gwynne |
2010-02-16 | Plug a memory leak in pushfile(). | Michele Marchetto |
2010-02-11 | Not knowing a AFI/SAFI pair in the MP capability is no reason to fail | Claudio Jeker |
2010-02-11 | We need to load the config before kr_init() is called or fib-update is | Claudio Jeker |
2010-02-11 | While looking through this code I figured out that set nexthop self and | Claudio Jeker |
2010-02-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker |
2010-02-09 | Don't hardcode the AID to AID_INET6 when sending MP EoR updates. | Claudio Jeker |
2010-02-08 | Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and | Claudio Jeker |