Age | Commit message (Expand) | Author |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-18 | Spacing. | Claudio Jeker |
2010-05-17 | more then -> more than; | Jason McIntyre |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-05-14 | When merging interfaces after a config reload, the fsm state for interfaces | Stuart Henderson |
2010-05-13 | typo: colision->collision | Stuart Henderson |
2010-05-07 | When failing to form an adjacency, log the interface name as well | Stuart Henderson |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-02 | The rtm_errno check which was moved in the last commit should only | Stuart Henderson |
2010-04-01 | Minor cleanup figured out while syncing kroute with snmpd's. | Claudio Jeker |
2010-03-24 | options must be sorted. | Joerg Goltermann |
2010-03-06 | ospfd/ospf6d man page cleanup: | Stefan Sperling |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-23 | fetchtable and the kroute dispatch handlers both parse the same messages | David Gwynne |
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-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-19 | oops, remove dead code. | David Gwynne |
2010-02-19 | implement ospfctl fib reload. | David Gwynne |
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-01 | Fix logic error (&& vs. ||), found while looking for inspiration for smtpd | Jacek Masiulaniec |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-25 | document the include support | David Gwynne |
2009-11-25 | add support for include | David Gwynne |
2009-11-12 | Add more paranoia in lsa_router_check(). There needs to be at least one | Claudio Jeker |
2009-11-12 | get_rtr_link and get_net_link are not supposed to fail and returning | Claudio Jeker |
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-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-05 | Until now AS-ext LSA were always announced with the router as nexthop. | Claudio Jeker |
2009-09-30 | Oups, these changes should not have been commited. Revert. | Claudio Jeker |
2009-09-30 | Announce a stub network LSA for backup carp interfaces. This should help | Claudio Jeker |
2009-09-30 | 0xffff -> MAX_METRIC. Idea by sthen@, I like it :) | Claudio Jeker |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker |
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker |
2009-09-19 | KNF indentation; no binary change | Stuart Henderson |
2009-09-19 | - "stub redistribute default" does not take a "no" option, remove it | Stuart Henderson |