Age | Commit message (Expand) | Author |
2010-10-14 | Same fix as previously commited to ospfd. Ensure that kr_redistribute() | Claudio Jeker |
2010-08-22 | Redistributing the default route with ospf6d did not work correctly. | Alexander Bluhm |
2010-08-22 | When removing an announced prefix, inherit the metric and ext_tag | Alexander Bluhm |
2010-08-22 | Origin network-LSA with options based on the options of the link-LSAs. | Alexander Bluhm |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-14 | Another hand knitted offsetof() that needs to die. This time steal the | Claudio Jeker |
2010-07-14 | use offsetof() instead of self knitted version to please gcc4. | Claudio Jeker |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-07-09 | Do not try to originate an intra-area-prefix-lsa if an interface | Alexander Bluhm |
2010-07-06 | Update the interfaces changes from kroute to rde via imsg. This | Alexander Bluhm |
2010-07-06 | Use the static variable narea only where needed for config reload. | Alexander Bluhm |
2010-07-05 | During network intra-area-prefix-lsa origination, the designated | Alexander Bluhm |
2010-07-01 | Fix memory leak by adding a missing free(lsa). | Alexander Bluhm |
2010-07-01 | Fix all white space bugs in ospf6d at once. No binary change. | Alexander Bluhm |
2010-07-01 | The prefixes of interface addresses of an ospf link have to be | Alexander Bluhm |
2010-06-28 | If there is no next hop but an interface index, create a cloning | Alexander Bluhm |
2010-06-28 | Store the ifindex into the kroute change imsg. This way we can use | Alexander Bluhm |
2010-06-12 | Add a missing ntohs() around hdr.type. This fixes a segfault as | Alexander Bluhm |
2010-06-12 | Fix an obvious use after free. From ospfd. | Alexander Bluhm |
2010-06-12 | The "dispatch_rtmsg no nexthop" error was emitted in wrong cases | Alexander Bluhm |
2010-06-09 | Only embed the interface scope for link local nexthops. AS-ext LSA have | Claudio Jeker |
2010-06-09 | Correctly decode prefixes. Fixes an infinite loop hit when the prefixlen is | Claudio Jeker |
2010-06-08 | Calculate size of update packet with IPv6 header and reserve space | Alexander Bluhm |
2010-06-03 | The is no md5 authentication in OSPFv3. Remove some leftovers from | Alexander Bluhm |
2010-06-01 | With IPv6 OSPF a single LSA can get larger than the MTU. As a | Alexander Bluhm |
2010-06-01 | Add NULL pointer check after calloc. | Alexander Bluhm |
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 |