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_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.29   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] bgpd.8  1.40   12 years  claudio   Implement new mrt table dump format as specified in draft-ietf-grow-mrt. Tested ...
[TXT] bgpd.c  1.168   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "-v" (...
[TXT] bgpd.conf.5  1.116   12 years  claudio   Implement new mrt table dump format as specified in draft-ietf-grow-mrt. Tested ...
[TXT] bgpd.h  1.267   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.
[TXT] carp.c  1.7   14 years  claudio   carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop ...
[TXT] config.c  1.56   13 years  deraadt   spacing and irrelevant glitches which disrupt lint
[TXT] control.c  1.70   13 years  henning   malloc -> calloc for ctl_conn pt out by cppcheck/jasper, ok sthen claudio
[TXT] kroute.c  1.188   13 years  claudio   On reload the filtersets attached to a network need to be moved to the existing ...
[TXT] log.c  1.55   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "-v" (...
[TXT] log.h  1.11   15 years  henning   remove hackery to un-demote after the session has been established for a while, ...
[TXT] mrt.c  1.72   12 years  guenther   Add a #include that's currently picked up via another header that's violating na...
[TXT] mrt.h  1.31   12 years  claudio   Make it more clear what are subtypes and some more cleanup of the mrt definition...
[TXT] name2id.c  1.9   15 years  claudio   Add "rde rib <name>" to the config and allow the rde to use these other RIBs. St...
[TXT] parse.y  1.260   12 years  claudio   Implement new mrt table dump format as specified in draft-ietf-grow-mrt. Tested ...
[TXT] pfkey.c  1.41   13 years  claudio   The PF_KEY socket is like the routing socket. It must be polled all the time to ...
[TXT] pftable.c  1.6   14 years  claudio   Use an artificial address family id in struct bgpd_addr and almost everywhere el...
[TXT] printconf.c  1.86   12 years  claudio   Implement new mrt table dump format as specified in draft-ietf-grow-mrt. Tested ...
[TXT] rde.c  1.311   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.
[TXT] rde.h  1.142   12 years  claudio   branches: 1.142.4; Fix nexthop_modify() to reset the flags when called. Until n...
[TXT] rde_attr.c  1.89   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.
[TXT] rde_decide.c  1.60   14 years  claudio   Make it possible to load multiple routing tables at the same time and use those ...
[TXT] rde_filter.c  1.67   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.
[TXT] rde_prefix.c  1.32   14 years  claudio   pt_add() is not allowed to fail, caller expects this behaviour.
[TXT] rde_rib.c  1.131   12 years  claudio   Fix nexthop_modify() to reset the flags when called. Until now set nexthop-self ...
[TXT] rde_update.c  1.79   13 years  guenther   Add missing #includes instead of assuming that some system header pulls in the n...
[TXT] session.c  1.320   12 years  sthen   typo in log_peer_warnx message
[TXT] session.h  1.112   12 years  claudio   Reorder the headerfiles a bit. Move the bgpd specific prototypes out of mrt.h. N...
[TXT] timer.c  1.14   13 years  deraadt   spacing and irrelevant glitches which disrupt lint
[TXT] util.c  1.14   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.