Age | Commit message (Expand) | Author |
2010-06-01 | Fix error message. | Alexander Bluhm |
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-17 | more then -> more than; | Jason McIntyre |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-16 | Move a function to a place that is a bit more logical. No functional change. | Claudio Jeker |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-03-06 | ospfd/ospf6d man page cleanup: | Stefan Sperling |
2010-03-01 | Support for redistributing AS-ext LSA (redistribute static/connected). | Claudio Jeker |
2010-03-01 | Implement lsa_find_lsid(), a function that searches the LSDB for a LSA | Claudio Jeker |
2010-03-01 | Add routing calculation code for AS-ext LSA and Inter-Area LSA but the | Claudio Jeker |
2010-02-26 | Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr, | Claudio Jeker |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-23 | This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up and | Claudio Jeker |
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-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-01 | Fix logic error (&& vs. ||), found while looking for inspiration for smtpd | Jacek Masiulaniec |
2010-01-24 | In orig_intra_lsa_rtr(), don't allocate and free a temporary buffer | Stefan Sperling |
2009-12-23 | Loopback interface don't have link local addresses so use the real IPv6 | Claudio Jeker |
2009-12-22 | Crap. Remove debug code that I did not plan to commit. | Claudio Jeker |
2009-12-22 | Holy inconsitancy Batman! While it is impossible to use embeded scope ids | Claudio Jeker |
2009-12-22 | Add interface index aka. scope id to struct kroute so that the rde can pass | Claudio Jeker |
2009-12-22 | Link local addressing strikes again. Include ifindex in all nexthop | Claudio Jeker |
2009-12-22 | Implement log_in6addr_scope() yet another function doing the same thing | Claudio Jeker |
2009-12-22 | Use correct interface id. iface_id is our ifindex, nbr_iface_id is the | Claudio Jeker |
2009-12-22 | Give calc_nexthop_lladdr() a chance to find the correct link local address. | Claudio Jeker |
2009-12-21 | Another AF_INET that should be an AF_INET6. | Claudio Jeker |
2009-12-21 | Doh! It helps to load the IPv6 routing table into kroute instead of IPv4. | Claudio Jeker |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | 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-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-20 | if_new() would treat the new interface as a virtual link if the ifname | Stefan Sperling |
2009-09-20 | In kif_update(), the ifname array could be used uninitialised if the | Stefan Sperling |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-28 | Install interface addresses of other routers (LA bit set or 128 prefixlen) | Claudio Jeker |
2009-07-28 | More fallout from the r1.31 commit. This time PID and the fd got swapped. | Claudio Jeker |
2009-07-28 | Running 'ospf6ctl show' twice caused ospf6d to fatal. Cause was a missing - | Claudio Jeker |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |