Age | Commit message (Expand) | Author |
2010-04-22 | Including bgpd.h in mrt.h is dumb. | Claudio Jeker |
2010-04-22 | Depending on capa.neg.as4byte (bgp session is using 4-byte AS number | Claudio Jeker |
2010-04-22 | Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11. | Claudio Jeker |
2010-04-20 | prefix_unlink() must remove the rib entry. Currently this was only done | Claudio Jeker |
2010-04-16 | Memory allocated with calloc() is initialized to zero, no need to do that | Claudio Jeker |
2010-04-13 | Instead of passing AF specific struct kroutes over imsgs use a struct | Claudio Jeker |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-07 | Call nexthop_delete() a bit later in nexthop_update(). The nh->state needs | Claudio Jeker |
2010-04-06 | Switch to a more address family independent nexthop imsg. Instead of passing | Claudio Jeker |
2010-03-31 | network static and network connected have been superseded by network inet | Claudio Jeker |
2010-03-30 | Hmpf, aid2af() leftover from the time I did the transition that should not | Claudio Jeker |
2010-03-29 | I'm going to need community_ext_conv() outside of rde_attr.c soon, so move | Claudio Jeker |
2010-03-29 | Since we always reload the config now there is no need to allocate the | Claudio Jeker |
2010-03-29 | We always allocate rib ids dynamicaly so there is no need for allowing | Claudio Jeker |
2010-03-29 | Implement a log_rd() function to print the route destinguisher in a nice | Claudio Jeker |
2010-03-26 | pt_add() is not allowed to fail, caller expects this behaviour. | Claudio Jeker |
2010-03-26 | Be more careful when walking the tree looking for a non-empty element, | Claudio Jeker |
2010-03-05 | Allow to filter for ext-community attributes. Currently only perfect matches | Claudio Jeker |
2010-03-03 | Compare against correct flag when printing "network inet6 static" | Claudio Jeker |
2010-03-03 | Replace enum rib_state with enum reconf_action since their doing the same. | Claudio Jeker |
2010-03-03 | Remove superfluous newline | Claudio Jeker |
2010-02-26 | Fix some minor issues. 0 instead of NULL in one comparison. Set the | 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 | Remove some extra (). | Claudio Jeker |
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-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 |
2010-02-08 | It is enough that peer->capa.mp[i] is non zero. It does not need to be 1. | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2010-01-11 | Do not crash when starting up with a bad config file. Check that | Claudio Jeker |
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | Make sure we do not add trailing garbage while parsing a prefix that has a | Claudio Jeker |
2010-01-10 | Generate a EoR marker in the update list instead of sending it independent | Claudio Jeker |
2010-01-10 | Switch rib_dump() to use AID instead of AFs. OK henning@ | Claudio Jeker |
2010-01-09 | Fix fatalx message. | Claudio Jeker |
2010-01-05 | Make sure that all important config variables are synced on a reload in | Claudio Jeker |
2009-12-31 | Instead of passing the config via arguments to the childs on bootup issue | Claudio Jeker |
2009-12-18 | Merge rde_filter_community() with community_match() and kill a useless | Claudio Jeker |
2009-12-17 | Fix formatstring in printf. | Claudio Jeker |
2009-12-16 | Implement "set ext-community [delete] subtype key:value" to set and delete | Claudio Jeker |
2009-12-14 | addr2sa() will return NULL for AID_UNSPEC and pfkey_send() may end up with | Claudio Jeker |
2009-12-09 | parsecommunity() always works on a struct filter_community. So pass a | Claudio Jeker |
2009-12-09 | parsecommunity() does not allow to set unknown well-known communities. | Claudio Jeker |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-08 | Big AID change part two. This changes the mp capability into an array of | Claudio Jeker |
2009-12-06 | Doh, switch src and dst in memcpy calls or the wrong thing gets copied. | Claudio Jeker |
2009-12-04 | Remove a hardcoded AF_INET6 with the correct use of the current AID. | Claudio Jeker |
2009-12-03 | Stop the IdleHold timer when going to idle state. This makes it a bit | Claudio Jeker |