Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

OpenBSD CVS

src/usr.sbin/bgpd/


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