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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.20   19 years  claudio   Unbreak peer_localaddr() because Link Local Addresses reported by getifaddrs() h...
[TXT] bgpd.8  1.13   19 years  jmc   slightly reword myself;
[TXT] bgpd.c  1.113   19 years  henning   need to send IMSG_NETWORK_DONE after sending networks and associated filter sets...
[TXT] bgpd.conf.5  1.46   19 years  henning   describe "depend on" you wouldn't guess how hard it was to get that right... ini...
[TXT] bgpd.h  1.159   19 years  henning   grow the receive buffer on the routing socket, pointed out by markus, ok markus ...
[TXT] config.c  1.41   19 years  henning   remove listener if bind() fails. no point in having a defunct listener in the li...
[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.117   19 years  henning   grow the receive buffer on the routing socket, pointed out by markus, ok markus ...
[TXT] log.c  1.42   19 years  henning   it's oupsa oupsa oupsa time... writing to a member of a const struct is no good,...
[TXT] log.h  1.3   20 years  claudio   Fix some gcc warnings in bgpctl because of the last commit. OK henning@
[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] parse.y  1.153   19 years  henning   don't try to merge the freshly parsed config into the running one if we had pars...
[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.4   19 years  henning   don't leak mem on strlcpy failure, Patrick Latifi
[TXT] printconf.c  1.37   19 years  claudio   Allow to modify the metrics in a relative way by prepending the number with a '+...
[TXT] rde.c  1.153   19 years  claudio   Switch from a single filter_set to a linked list of sets. With this change it is...
[TXT] rde.h  1.63   19 years  claudio   Finally commit the transparent-as and nexthop no-modify stuff I wrote on the way...
[TXT] rde_attr.c  1.44   19 years  claudio   It is not needed to mask the value wit 0xff as it is < 255. OK henning@
[TXT] rde_decide.c  1.40   19 years  claudio   New config statement "rde route-age [evaluate|ignore]". If set to evaluate the b...
[TXT] rde_filter.c  1.26   19 years  claudio   Allow to modify the metrics in a relative way by prepending the number with a '+...
[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.64   19 years  claudio   Finally commit the transparent-as and nexthop no-modify stuff I wrote on the way...
[TXT] rde_update.c  1.35   19 years  claudio   Finally commit the transparent-as and nexthop no-modify stuff I wrote on the way...
[TXT] session.c  1.213   19 years  henning   shutdown() directly before close() is useless, theo
[TXT] session.h  1.75   19 years  henning   introduce getpeerbydesc(), find a peer by its description
[TXT] buffer.c (in the Attic) [Hide]  1.28   19 years  claudio   Fix fd passing. Bug introduced lately passed the first fd twice and an old bug p...
[TXT] ensure.h (in the Attic) [Hide]  1.3   20 years  claudio   2004 OK henning@
[TXT] imsg.c (in the Attic) [Hide]  1.34   19 years  henning   correctness: memmove instead of memcpy where we might have overlaps