Age | Commit message (Expand) | Author |
2010-10-29 | malloc -> calloc for ctl_conn | Henning Brauer |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-03 | A bgpctl nei XY clear should not restart neighbors that are administrativly | Claudio Jeker |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker |
2009-09-02 | Implement all of RFC 4486 BGP Cease Notification Message Subcodes. | Claudio Jeker |
2009-05-05 | check that an IMSG_CTL_SHOW_RIB_PREFIX request has a valid | Stuart Henderson |
2008-05-11 | allow IMSG_CONTROL_SHOW_TIMER on restricted sockets | Henning Brauer |
2008-05-08 | make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR | Henning Brauer |
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-03-28 | add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community | Henning Brauer |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2006-08-23 | Extend show rib interface code so that it is possible to show the adj-rib-in | Claudio Jeker |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-05-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | zap now unused var | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2005-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer |
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer |
2005-03-11 | move umask() song and dance closer around the bind, being more careful about ... | Theo de Raadt |
2005-02-25 | unlink() control socket in error path. Spotted by Theo. | Claudio Jeker |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-08-24 | missing space in log message. | Claudio Jeker |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |
2004-08-20 | merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code, | Henning Brauer |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-08 | remove unused argument to control_dispatch_msg(), lint | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-25 | missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in | Henning Brauer |
2004-04-16 | use getpeerbyaddr() instead of using the v4 part of the af independent | Henning Brauer |
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer |
2004-03-02 | Framework for rib lookups by prefix. OK henning@ | Claudio Jeker |
2004-02-29 | plug memory leak: when a control connection is closed we need to clear | Henning Brauer |
2004-02-29 | of course the control socket needs to be nonblocking as well, i could have | Henning Brauer |
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker |
2004-02-02 | close socket on error in control_init | Henning Brauer |