Age | Commit message (Expand) | Author |
2004-07-09 | various tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | let log_debug only log at all when we're in debug mode, from Montreal Airport | Henning Brauer |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-05 | The rde no longer needs to check if the nexthop is the loopback address. | Claudio Jeker |
2004-07-05 | new blackhole/reject nexthops | Henning Brauer |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-04 | when getting rid of the listen_addr TAILQ after forking actually close | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-29 | little extra paranoia, ignore attempts to enter routes with a nexthop | Henning Brauer |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer |
2004-06-25 | after writing and deleting the kroute6 tree related functions for at least 5 | Henning Brauer |
2004-06-24 | First step at multiprotocol support, only partially done. | Claudio Jeker |
2004-06-24 | Make community set strict aligenment save, remove unneeded ENSUREs | Claudio Jeker |
2004-06-23 | kill that stupid AS path loop whining, that is normal | Henning Brauer |
2004-06-23 | Support rfc 3765 which adds a new well known community NOPEER. OK henning@ | Claudio Jeker |
2004-06-22 | Cleanup. jajaja henning@ | Claudio Jeker |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |
2004-06-22 | Precedence fix; ok henning@ | Alexander Guy |
2004-06-22 | missing bzero in a function for this strange other address family | Henning Brauer |
2004-06-22 | introduce kroute6, which will be used to build a seperate v6 table | Henning Brauer |
2004-06-22 | Templates with unknown AS where always configured as ebgp peers even if | Claudio Jeker |
2004-06-22 | so we call realloc() on our pollfd array and the peer_l one when they shrunk | Henning Brauer |
2004-06-20 | skip over multipath routes | Henning Brauer |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | allow for receival of up to 16 fds at once; after discussion with theo | Henning Brauer |
2004-06-20 | argh, don't want to shutdown the socket in the parent after sending, | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-06-08 | fix a few memory leaks in error paths and one in the pftable path, | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-06-01 | I would have sworn I added tzset() here | Henning Brauer |
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer |
2004-05-28 | don't want SO_REUSEPORT... | Henning Brauer |
2004-05-24 | uppercase `id'; | Jason McIntyre |
2004-05-23 | some readability fixes, mainly keeping things in alphabetical order; | Jason McIntyre |
2004-05-23 | add relevant rfc's to SEE ALSO; | Jason McIntyre |
2004-05-21 | Fix some gcc warnings in bgpctl because of the last commit. OK henning@ | Claudio Jeker |
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker |
2004-05-21 | Grrr. Forgot to cleanup dynamic announcements on shutdown. | Claudio Jeker |
2004-05-21 | move the big name tables to the .h file, makes the .c easier | Henning Brauer |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-17 | extend filter language to allow basic setting of COMMUNITIES attribute. | Damien Miller |
2004-05-08 | off by one in key too long detection | Henning Brauer |
2004-05-08 | fix redefinition detection with manual keyes ipsec | Henning Brauer |
2004-05-08 | with manual keyed ipsec, we need keys and spis for both directions - | Henning Brauer |
2004-05-08 | as bloody attempt to document neighbor cloning | Henning Brauer |
2004-05-08 | a bloody attempt at documenting the ipsec fluff. | Henning Brauer |