Age | Commit message (Expand) | Author |
2004-02-16 | add scope_id for v6 to struct bgpd_addr | Henning Brauer |
2004-02-16 | Extend imsg API so that messages can be composed on the fly. In the RDE it | Claudio Jeker |
2004-02-16 | Make the path attribute handling more RFC conformant. Also move the | Claudio Jeker |
2004-02-10 | enforce config file secrecy (correct owner, no rights for group/world) | Henning Brauer |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer |
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |
2004-02-05 | introduce group IDs. will be needed for filtering (or rather, ease things | Henning Brauer |
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker |
2004-01-28 | implement | Henning Brauer |
2004-01-28 | -struct peer_auth to store the SPIs, linked into struct peer | Henning Brauer |
2004-01-28 | pfkey_setkey: sockaddr -> bgpd_addr; ok claudio | Markus Friedl |
2004-01-27 | log_ntoa is herewith condemned to death by claudio and yours truly | Henning Brauer |
2004-01-27 | move strict kroute from in_addr_t for nexthop and prefix to struct in_addr | Henning Brauer |
2004-01-27 | constify log_addr and log_ntoa's returns, reminded by claudio | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-27 | use SADB_GETSPI/UPDATE for setting tcpmd5 keys; ok henning | Markus Friedl |
2004-01-26 | first cut at tcpmd5 setup seupport from within bgpd. works so far. | Henning Brauer |
2004-01-23 | provide log_addr, which takes a struct bgpd_addr | Henning Brauer |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer |
2004-01-22 | provide log_warnx() and log_info() | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer |
2004-01-18 | track interface type and baudrate as well | Henning Brauer |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-13 | Implement a max-prefix and a announce none | self | all neighbor statement. | Claudio Jeker |
2004-01-13 | Better update error handling. Ensure that the session goes down and | Claudio Jeker |
2004-01-11 | use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordingly | Henning Brauer |
2004-01-11 | Add to the IMSG_SESSION_UP message the local and remote address of the | Claudio Jeker |
2004-01-11 | when sending the nexthop status message, include the kroute that makes that | Henning Brauer |
2004-01-11 | use struct bgpd_addr for nexthop and gateway in struct kroute_nexthop | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-08 | rename a few functions to further clarify things | Henning Brauer |
2004-01-06 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | Henning Brauer |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-05 | allow fib couple/decouple based on an imsg received on the control socket | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer |
2004-01-03 | move some session specific stuff to session.h and make the few files | Henning Brauer |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | send an imsg as list end indicator | Henning Brauer |