Age | Commit message (Expand) | Author |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2005-02-01 | switch the buffer size describing vars from ssize_t to size_t and adjust | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker |
2004-07-27 | do not define the prefix, prefixlen and community structs used for | 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-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-25 | provide mask2prefixlen6() and prefixlen2mask6() | Henning Brauer |
2004-06-23 | Support rfc 3765 which adds a new well known community NOPEER. OK henning@ | Claudio Jeker |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |
2004-06-22 | introduce kroute6, which will be used to build a seperate v6 table | Henning Brauer |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker |
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-07 | add a filter option to dump prefixes learned in UPDATEs into a PF table, | Damien Miller |
2004-05-06 | we need a seperate field for the md5 key len, can't use strlen, noticed | Henning Brauer |
2004-05-06 | scale socket buffer sizes (and thus window size) up to up to 64k, | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-28 | allow ah/esp spec with IKE, markus ok | Henning Brauer |
2004-04-28 | Enable route refresh in the RDE. Now peer can request route refreshes. | Claudio Jeker |
2004-04-28 | spacing | Henning Brauer |
2004-04-28 | prefix the auth related defines by AUTH_, we had a name clash, markus ok | Henning Brauer |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-27 | parser parts for ipsec ike, markus ok | Henning Brauer |
2004-04-27 | initial route refresh support per RFC2918 | Henning Brauer |
2004-04-26 | need keylen too, markus | Henning Brauer |
2004-04-26 | structs for ipsec, with markus | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer |
2004-04-10 | move the API_* and SAFI_* defines to where they belong | Henning Brauer |