Age | Commit message (Expand) | Author |
2009-04-23 | Rework the way we handle announced networks. Instead of two freak rde_peers | Claudio Jeker |
2009-04-23 | allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN | Stuart Henderson |
2009-04-21 | instead of calling getpid() all over the place do it once, claudio ok | Henning Brauer |
2009-04-21 | ignore pfkey replies not for us and discard them | Henning Brauer |
2009-04-19 | Correct function name in log_warnx(). | Claudio Jeker |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-26 | argh, do not reuse the global trans_as flag to be applied to the peer | Henning Brauer |
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer |
2009-03-19 | First big chunk of mrt rewrite. Simplifies code hopefully and fixes table | Claudio Jeker |
2009-03-19 | Implement a attr_writebuf() function that works on a struct buf instead of | Claudio Jeker |
2009-03-18 | Correctly check the peer group for mrt dumps. Without this all non-grouped | Claudio Jeker |
2009-03-18 | Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE. | Claudio Jeker |
2009-03-18 | Introduce local_as in the peer config. This allows per peer local AS and | Claudio Jeker |
2009-03-18 | short_as is always initialised to the 16bit AS that is used. So no need | Claudio Jeker |
2009-03-13 | No need for a line break, makes code a bit more compact. | Claudio Jeker |
2009-03-13 | Next step in mrt cleanup. Switch buf_write to a smarter version of itself. | Claudio Jeker |
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker |
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker |
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker |
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker |
2009-02-25 | add a stupid workaround for a race somewhere in the crypto code in the | Henning Brauer |
2009-02-19 | Use a bob sized header for IPv6 not the default pedro sized one. | Claudio Jeker |
2009-02-17 | Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elements | Claudio Jeker |
2009-02-16 | typo in error message; "bigger that" -> "bigger than" | Stuart Henderson |
2009-02-11 | Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need | Claudio Jeker |
2009-02-09 | Correct function name in warning to avoid confusion. After a discussion on | Claudio Jeker |
2009-01-26 | Getting the higest IP only works if the compare is done in host byte order. | Claudio Jeker |
2009-01-21 | timer_nextduein returned crap. fix it. so obvious... how could that happen. | Henning Brauer |
2009-01-13 | Reference RFC 4893 instead of draft-ietf-idr-as4bytes-13. | Stuart Henderson |
2009-01-13 | Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893, | Stuart Henderson |
2009-01-01 | Remove unneeded debug messages that made it into the tree. | Claudio Jeker |
2008-12-28 | Add a ugly workaround for the problem where an invalid AS4_PATH is passed | Claudio Jeker |
2008-12-19 | document the default localpref, from discussion with | Henning Brauer |
2008-12-12 | Make bgpd route priority aware and while there sync in the basics to correctly | Claudio Jeker |
2008-12-12 | Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute. | Claudio Jeker |
2008-12-12 | Follow RFC 4271 more closely by sending the correct error back for optional | Claudio Jeker |
2008-11-21 | Track nexthops when the underlying route is changing. Until now true nexthops | Claudio Jeker |
2008-11-06 | Mixed up characters found by Gleydson Soares. | Claudio Jeker |
2008-11-01 | Use correct function names in fatal() messages. | Claudio Jeker |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-10-02 | correct path for isakmpd/local.pub; from Matthew Dempsky | Jason McIntyre |
2008-09-29 | Correct the logic when matching prefixes. This solves issues where IPv6 | Claudio Jeker |
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer |
2008-09-10 | Properly free allocated memory if carp_demote_get encounters an error. | Tobias Stoeckmann |
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer |
2008-07-08 | Use correct format string specifier for int argument. Don't try to print it | Claudio Jeker |
2008-06-26 | fatalx instead of fatal because errno is not set of pipe is closed. OK henning | Claudio Jeker |
2008-06-15 | Allow bgpd to delete more then one community per filter rule. Fixes PR5807 | Claudio Jeker |
2008-06-15 | Paranoia check. Make sure that the 2 len bytes are actually available. | Claudio Jeker |