Age | Commit message (Expand) | Author |
2005-03-17 | Fix fd passing. Bug introduced lately passed the first fd twice and an old | Claudio Jeker |
2005-03-16 | don't try to merge the freshly parsed config into the running one if | Henning Brauer |
2005-03-15 | describe "depend on" | Henning Brauer |
2005-03-15 | remove listener if bind() fails. no point in having a defunct listener | Henning Brauer |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-15 | tweaks; | Jason McIntyre |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-14 | when a buffer has a file descriptor to pass attached, we tried to send | Henning Brauer |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-13 | when fetching the initial table, inherit the ifindex regardless of af, not | Henning Brauer |
2005-03-13 | explicitely initialize opt | Henning Brauer |
2005-03-13 | s/to many/too many/, from jmc | Henning Brauer |
2005-03-11 | shutdown() directly before close() is useless, theo | Henning Brauer |
2005-03-11 | move umask() song and dance closer around the bind, being more careful about ... | Theo de Raadt |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2005-03-09 | correctness: memmove instead of memcpy where we might have overlaps | Henning Brauer |
2005-02-25 | unlink() control socket in error path. Spotted by Theo. | Claudio Jeker |
2005-02-24 | Add two missing breaks and suddenly using filter has no strange side effects. | Claudio Jeker |
2005-02-09 | need to send IMSG_NETWORK_DONE after sending networks and associated filter | Henning Brauer |
2005-02-07 | spelling fix | David Krause |
2005-02-02 | usage() is __dead | Henning Brauer |
2005-02-01 | switch the buffer size describing vars from ssize_t to size_t and adjust | Henning Brauer |
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer |
2004-12-23 | KNF | Henning Brauer |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-12-07 | oups, little FSM error: when we're in CONNECT and get an CON_OPEN event | Henning Brauer |
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker |
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker |
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker |
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer |
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer |
2004-11-18 | let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as bool | Henning Brauer |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer |
2004-11-18 | struct capa_mp is not needed any more, spotted by claudio | Henning Brauer |
2004-11-18 | introduce session_capa_mp() which adds the multiprotocol announcements | Henning Brauer |
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer |
2004-11-18 | it's oupsa oupsa oupsa time... | Henning Brauer |
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer |