Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [local] / src / usr.sbin / bgpd
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.42 | 6 months | claudio | Split out the BGP session code from session.c into its own file session_bgp.c T... |
![]() |
1.86 | 4 months | job | sync |
![]() |
1.283 | 4 months | claudio | Both IMSG_CTL_RELOAD and IMSG_DEMOTE pass a string buffer that could theoretical... |
![]() |
1.251 | 2 months | schwarze | In the manual pages for configuration files based on parse.y, describe the synta... |
![]() |
1.519 | 6 months | jsg | remove duplicate ibuf_get_string() prototype, now in imsg.h |
![]() |
1.11 | 3 years | claudio | Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). The me... |
![]() |
1.116 | 5 months | claudio | This file does not need stdio.h |
![]() |
1.135 | 6 months | claudio | Remove some includes from bgpd.h (poll.h and arpa/inet.h) and place them into th... |
![]() |
1.5 | 23 months | claudio | Use xoff instead of *olen in the shift_right() call. xoff is the right value her... |
![]() |
1.313 | 7 months | claudio | Revert Rev 1.312 of kroute.c, that bit should not have been committed with the r... |
![]() |
1.64 | 8 years | bluhm | From a syslog perspective it does not make sense to log fatal and warn with the ... |
![]() |
1.20 | 4 years | claudio | For portability include sys/types.h instead of sys/cdefs.h. cdefs.h may not exis... |
![]() |
1.16 | 2 weeks | claudio | Log optional NOTIFICATION data for UPDATE errors if verbose is set The addition... |
![]() |
1.1 | 7 months | claudio | Abstract internal time into monotime and increase resolution to micorseconds mo... |
![]() |
1.1 | 7 months | claudio | Abstract internal time into monotime and increase resolution to micorseconds mo... |
![]() |
1.127 | 4 weeks | claudio | Switch peer FSM state early in change_state() Update the peer state and prev_st... |
![]() |
1.38 | 2 years | jmc | spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ... |
![]() |
1.13 | 7 months | claudio | Replace hand-rolled list foreach loops with corresponding FOREACH_SAFE In most ... |
![]() |
1.482 | 6 months | claudio | Some KNF here and there |
![]() |
1.73 | 11 days | claudio | In pfkey_reply() ensure that any error message is properly discarded. In rev 1.... |
![]() |
1.18 | 19 months | claudio | Use an C99 anonymous union inside struct bgpd_addr This kills the two far to ge... |
![]() |
1.182 | 6 months | claudio | Remove some includes from bgpd.h (poll.h and arpa/inet.h) and place them into th... |
![]() |
1.656 | 3 months | claudio | Rewrite rde_update code to not use imsg_compose_ibuf anymore. OK tb@ |
![]() |
1.316 | 3 months | claudio | Rewrite rde_update code to not use imsg_compose_ibuf anymore. OK tb@ |
![]() |
1.6 | 7 months | claudio | Abstract internal time into monotime and increase resolution to micorseconds mo... |
![]() |
1.137 | 5 months | claudio | In attr_optadd() avoid allocating the attribute before checking if the rde_aspat... |
![]() |
1.16 | 12 months | claudio | community_copy needs to check if nentries is 0 and handle that specially. Calli... |
![]() |
1.104 | 7 months | claudio | Abstract internal time into monotime and increase resolution to micorseconds mo... |
![]() |
1.136 | 2 years | claudio | Properly handle references for nexthops and labels in filterset_copy() Up until... |
![]() |
1.50 | 4 weeks | claudio | Fix RDE busy loop around poll because of peer_work_pending misreporting The swi... |
![]() |
1.58 | 6 months | claudio | Clean up some spaces |
![]() |
1.269 | 4 months | claudio | Use strncmp() to compare strings in rib_find() which is has a similar problem li... |
![]() |
1.13 | 12 months | claudio | Be more careful with aspath that have 0 length (aka the empty AS_PATH). Again m... |
![]() |
1.18 | 6 months | claudio | Remove some includes from bgpd.h (poll.h and arpa/inet.h) and place them into th... |
![]() |
1.176 | 3 months | claudio | Rewrite rde_update code to not use imsg_compose_ibuf anymore. OK tb@ |
![]() |
1.31 | 5 months | claudio | The timeout API uses abolute timestamps internally so it makes sense to compare ... |
![]() |
1.52 | 5 months | claudio | The timeout API uses abolute timestamps internally so it makes sense to compare ... |
![]() |
1.526 | 4 weeks | claudio | Switch peer FSM state early in change_state() Update the peer state and prev_st... |
![]() |
1.192 | 4 weeks | claudio | Switch peer FSM state early in change_state() Update the peer state and prev_st... |
![]() |
1.5 | 4 weeks | claudio | Switch peer FSM state early in change_state() Update the peer state and prev_st... |
![]() |
1.20 | 7 months | claudio | Abstract internal time into monotime and increase resolution to micorseconds mo... |
![]() |
1.95 | 5 months | claudio | Remove this wrong include of log.h util.c should not depend on anything from lo... |
![]() |
1.19 | 7 months | claudio | Bump version |
![]() |
1.2 | 21 years | henning | move the socket name #define to bgpd.h and get rid of bgpdctl* |
![]() |
1.2 | 21 years | henning | move the socket name #define to bgpd.h and get rid of bgpdctl* |
![]() |
1.2 | 21 years | henning | move the socket name #define to bgpd.h and get rid of bgpdctl* |
![]() |
1.47 | 15 years | nicm | Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve... |
![]() |
1.4 | 19 years | claudio | Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and one hip hip ho... |
![]() |
1.51 | 15 years | nicm | Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve... |
![]() |
1.7 | 15 years | nicm | Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve... |