Age | Commit message (Expand) | Author |
2007-04-26 | put RFC 3765 in the right place; | Jason McIntyre |
2007-04-26 | bgpd supports RFC 2796 and 3682 so mention them with all the others. | Claudio Jeker |
2007-04-24 | Try to document the new 4-byte AS numbers without being to invasive. | Claudio Jeker |
2007-04-24 | Add draft-ietf-idr-as4bytes-13 to the see also list. | Claudio Jeker |
2007-04-23 | Use correct function name in log_warn(). | Claudio Jeker |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-04-19 | Use vectorized writes to send routing messages into the kernel instead of | Claudio Jeker |
2007-04-17 | Make "network inet connected" work again. inet and inet6 became keywords | Claudio Jeker |
2007-04-06 | Count the updates and withdraws for additional statisic gathering. | Claudio Jeker |
2007-04-02 | Typo. | Claudio Jeker |
2007-03-29 | Document the new inet and inet6 filter parameters. OK henning@ | Claudio Jeker |
2007-03-29 | Until now prefixlen defaulted to AF_INET if it was used without a prefix. | Claudio Jeker |
2007-03-28 | add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community | Henning Brauer |
2007-03-28 | IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch to | Claudio Jeker |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2007-03-16 | A few more s/2858/4760/ and use RFC <number> everywhere. | Claudio Jeker |
2007-03-16 | Multiprotocol Extensions for BGP-4 is now RFC 4760 | Claudio Jeker |
2007-03-16 | Update multiprotocol extension code to RFC 4760. This actually removes | Claudio Jeker |
2007-03-12 | When running show commands that are restarted make sure that we either | Claudio Jeker |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer |
2007-03-04 | document include, and comments | Henning Brauer |
2007-02-25 | we do have a table with suberror codes for cease and their meaning; | Henning Brauer |
2007-02-25 | tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net> | Henning Brauer |
2007-02-22 | KNF | Henning Brauer |
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer |
2007-02-12 | Switch address and AS fields in mrt dump messages for incoming traffic so | Claudio Jeker |
2007-02-12 | Fix some log_warn() messages. | Claudio Jeker |
2007-02-07 | remove a log_debug() that is no longer needed. | Claudio Jeker |
2007-01-31 | Do not check that the aspath is loopfree for the peer when sending updates. | Claudio Jeker |
2007-01-31 | Replace another strtol() with strtonum() making the error checking easier | Claudio Jeker |
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre |
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker |
2007-01-26 | Document which AS are designated for private use and which are reserved | Claudio Jeker |
2007-01-26 | AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the | Claudio Jeker |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker |
2007-01-24 | Lock the nexthop while parsing an update by increasing the reference count. | Claudio Jeker |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2007-01-11 | Correct logic in path_update() so that moves are only done when needed. | Claudio Jeker |
2007-01-04 | ignore SIGPIPE, like the other 2 processes already do. we detect broken | Henning Brauer |
2007-01-04 | Do not run rde_shutdown() unless bgpd is started with -d. | Claudio Jeker |
2006-12-21 | Check for overflow of others_len. This can not happen at the moment because | Claudio Jeker |
2006-12-18 | avoid p = realloc(p idiom, ok claudio, spotted deraadt | Henning Brauer |
2006-12-12 | Xr bgplg and bgplgsh; | Jason McIntyre |
2006-12-12 | Change nexthop_delete() to be more obvious what's going on. No functional | Claudio Jeker |
2006-12-12 | Even IPv6 has a prefixlen limit. This ensures that we do not overflow the | Claudio Jeker |
2006-12-12 | In path_remove() remove only local prefixes from the pftable. | Claudio Jeker |
2006-12-12 | Kill peer_remove(). This function is only used once so inline it there. | Claudio Jeker |
2006-12-08 | no need for KAME_SCOPEID; just check __KAME__. | Jun-ichiro itojun Hagino |
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |