Age | Commit message (Expand) | Author |
2010-05-17 | more then -> more than; | Jason McIntyre |
2010-05-17 | tweak previous; | Jason McIntyre |
2010-05-17 | Implement two new filters, max-as-len and max-as-seq. The first is limiting | Claudio Jeker |
2010-05-17 | Last bits of MPLS VPN support. Hook kernel routing tables and RIB together. | Claudio Jeker |
2010-05-17 | The host address encoding of FEC was killed in RFC5036 and we're happy | Claudio Jeker |
2010-05-14 | Order struct element by size. | Claudio Jeker |
2010-05-14 | Do not send notifications directly onto the wire. Decide in the caller how | Claudio Jeker |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-05-14 | zero out the allocate memory for a new control connection via calloc() | Reyk Floeter |
2010-05-14 | When merging interfaces after a config reload, the fsm state for interfaces | Stuart Henderson |
2010-05-14 | spacing | Reyk Floeter |
2010-05-13 | typo: colision->collision | Stuart Henderson |
2010-05-12 | Make sure there is a difference in the log of non-fatal and fatal | Claudio Jeker |
2010-05-12 | Remove the tiny bit of C++ that is not realy needed so that we get a pure | Claudio Jeker |
2010-05-11 | sort struct by size and kill some unneeded spaces. | Claudio Jeker |
2010-05-11 | Kill IMSG_RECONF_AREA. LDP does not have a concept of areas. | Claudio Jeker |
2010-05-11 | No need to do a rt_find() twice. | Claudio Jeker |
2010-05-10 | Mention that commands may be abbreviated. ok claudio@ | Stuart Henderson |
2010-05-10 | Simplify wording about abbreviating commands. ok claudio | Stuart Henderson |
2010-05-10 | zap trailing whitespace; | Jason McIntyre |
2010-05-10 | whitespace fixes | Marc Espie |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie |
2010-05-10 | typo | Marc Espie |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade |
2010-05-07 | When failing to form an adjacency, log the interface name as well | Stuart Henderson |
2010-05-06 | don't clobber CFLAGS; ok gilles@ | Christian Weisgerber |
2010-05-06 | Use YPMAXRECORD instead of _PW_NAME_LEN here too. | Antoine Jacoutot |
2010-05-05 | Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generated | Mark Kettenis |
2010-05-04 | Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes | Claudio Jeker |
2010-05-04 | Add some documentation about the last change (nexthop verification and | Claudio Jeker |
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-05-02 | Initialise the port in nslookup.c correctly. It was initialised | Stefan Sperling |
2010-05-01 | remove an uneeded extern which upsets gcc4, matches changes made | Jonathan Gray |
2010-05-01 | As suggested by miod, rename dynroot_enable so we don't conflict with | Jonathan Gray |
2010-05-01 | split up a multiple assignment so we aren't casting an lvalue. | Jonathan Gray |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
2010-04-29 | Remove some more ospfd-ism from the interface code. This time remove | Claudio Jeker |
2010-04-28 | Allow neighbor-as in AS filter statements like: | Claudio Jeker |
2010-04-28 | - plug memleak (in #if 0'd code) | Jasper Lievisse Adriaanse |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-27 | Correct sensor logic so we don't get stuck in a loop. | Jonathan Gray |
2010-04-27 | Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errno | Claudio Jeker |
2010-04-27 | sort the map types; | Jason McIntyre |
2010-04-27 | this commit enables "plain" as a backend for maps (that means aliases, | Gilles Chehade |
2010-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2010-04-26 | Add some { } for better readability and to make the code look like the | Claudio Jeker |