Age | Commit message (Expand) | Author |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-19 | In parse_header() not all of the bgp message may be in the buffer yet so | Claudio Jeker |
2016-12-18 | Correct logic, make it the same as in the other mrt_dump_bgp_msg case. | Claudio Jeker |
2016-11-10 | update reference to the RFC now numbered 7606 | Peter Hessler |
2016-11-10 | properly check if large-community was set before | Peter Hessler |
2016-11-10 | draft-ietf-idr-optional-transitive-00 became RFC 7606 | Peter Hessler |
2016-10-30 | large-community needs to have an argument | Peter Hessler |
2016-10-27 | Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So, | Peter Hessler |
2016-10-18 | "Terminate the session after number prefixes have been received" means | Sebastian Benoit |
2016-10-15 | add missing Xc, and macro fix; | Jason McIntyre |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-10-05 | Let bgpd announce routes based on a route-label. | Peter Hessler |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-08-17 | pluralize a word | Peter Hessler |
2016-08-17 | The man page is a bit confusing for how we can control which address | Peter Hessler |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-07-25 | Initialize the log subsytem in the SE like it is done in the RDE. Without | Claudio Jeker |
2016-07-21 | Remove a fatal() in peer_up when the local addrs of a peer can't be figured out. | Claudio Jeker |
2016-07-13 | output the no-longer-so-new AS operators when printing the | Sebastian Benoit |
2016-06-28 | Use IPV6_MINHOPCOUNT to finish implementing ttl-security for IPv6. | Jeremie Courreges-Anglas |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-20 | change the "nexthop 1.2.3.4 now valid: via 192.168.0.1" message to log_debug() | Sebastian Benoit |
2016-06-11 | Fixed "then" vs "than" typo. | Tobias Stoeckmann |
2016-06-06 | Add format attributes to the proper functions and then fix the warning in | Sebastian Benoit |
2016-06-03 | grammar fix; | Jason McIntyre |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2016-04-08 | When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], and | Peter Hessler |
2016-03-22 | Connected routes are no longer identified by a AF_LINK gateway so adjust | Claudio Jeker |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-26 | typos | mmcc |
2016-01-07 | If transparent-as is set to no AS paths are prepended with the local | Florian Obser |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-23 | Remove NULL-checks before free(). I think I've almost scrubbed the | mmcc |
2015-12-22 | commited -> committed | mmcc |
2015-12-05 | cleanup some log messages with wrong function names etc. | Sebastian Benoit |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-03 | claudio questioned the need for pledge(unix) in the rde, and i think | Sebastian Benoit |
2015-12-01 | It is not a network hackathon without a bgpd commit. So here we go. | Claudio Jeker |
2015-11-27 | Imporve error messages for the imsg handler code. OK sthen@ | Claudio Jeker |
2015-11-20 | bgpd has been naughty. It tries to play with AF_UNIX sockets without | Florian Obser |
2015-11-17 | pledge() esposes a design issue in bgpd that will take a moment to | Sebastian Benoit |
2015-11-17 | in the SE, loosing the pipe to the main process can be handled with a | Sebastian Benoit |
2015-11-12 | pledge the bgpd main process. Some of the promises can be improved upon | Sebastian Benoit |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-10-27 | calloc -> malloc when the memory is immediately overwritten with memcpy. | mmcc |
2015-10-25 | Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and | Claudio Jeker |
2015-10-25 | Only run the rib_dump_runner() if there is something pending and the | Claudio Jeker |