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

Current tag: OPENBSD_3_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.23   18 years  henning   route label support, kroute part and ID allocator as well as the internal interf...
[TXT] bgpd.8  1.13   19 years  jmc   slightly reword myself;
[TXT] bgpd.c  1.123   18 years  claudio   Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff.
[TXT] bgpd.conf.5  1.60   18 years  jmc   - comapared -> compared - correct word order - grammar
[TXT] bgpd.h  1.176   18 years  claudio   Introduce new route decision tunable "rde med compare (always|strict)". If set t...
[TXT] config.c  1.46   18 years  dlg   free commitz from pascoes kitchen. fix an error message ok henning@
[TXT] control.c  1.43   19 years  deraadt   move umask() song and dance closer around the bind, being more careful about err...
[TXT] kroute.c  1.140   18 years  claudio   tab after space
[TXT] log.c  1.46   18 years  henning   make log_in6addr actually work correctly - it is astounding how ugly things are ...
[TXT] log.h  1.4   18 years  henning   provide cleartext messages for the cease suberror codes
[TXT] mrt.c  1.47   19 years  henning   KNF
[TXT] mrt.h  1.15   19 years  claudio   Fix minor issues with IPv6 dumps and add a function for dumping the RIB table pr...
[TXT] name2id.c  1.4   18 years  claudio   Make the pftable filter set use the name2id "cache" like the route labels. This ...
[TXT] parse.y  1.171   18 years  claudio   Introduce new route decision tunable "rde med compare (always|strict)". If set t...
[TXT] pfkey.c  1.31   19 years  claudio   branches: 1.31.6; "not reached" does not help LINT use NOTREACHED instead and u...
[TXT] pftable.c  1.5   18 years  claudio   Make the pftable filter set use the name2id "cache" like the route labels. This ...
[TXT] printconf.c  1.47   18 years  claudio   Introduce new route decision tunable "rde med compare (always|strict)". If set t...
[TXT] rde.c  1.169   18 years  claudio   Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know the peer...
[TXT] rde.h  1.70   18 years  claudio   Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know the peer...
[TXT] rde_attr.c  1.49   18 years  claudio   realloc(3) correctly. Do not adjust the variable describing how much memory has ...
[TXT] rde_decide.c  1.42   18 years  claudio   Introduce new route decision tunable "rde med compare (always|strict)". If set t...
[TXT] rde_filter.c  1.34   18 years  claudio   Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know the peer...
[TXT] rde_prefix.c  1.21   19 years  claudio   Don't hardcode the prefix table to the IPv4 one, especially if there is already ...
[TXT] rde_rib.c  1.69   18 years  claudio   Add another piece to the IPv6 puzzle. This time code to generate MP updates. Doe...
[TXT] rde_update.c  1.39   18 years  claudio   Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know the peer...
[TXT] session.c  1.232   18 years  henning   we must start the ConnectRetry timer before calling session_connect in all cases...
[TXT] session.h  1.77   18 years  henning   when sending out a notification record the error code and suberror code in the p...
[TXT] buffer.c (in the Attic) [Hide]  1.32   18 years  henning   two missing EINTR here too
[TXT] ensure.h (in the Attic) [Hide]  1.3   20 years  claudio   2004 OK henning@
[TXT] imsg.c (in the Attic) [Hide]  1.36   19 years  henning   unify shared code a bit again to make future syncs easier From: Alexander von Ge...