Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2004-05-01 Paul Jakma <paul@dishone.st> | paul | 2004-05-01 | 1 | -19/+37 |
| | | | | | * Revert the attempted clean-up of the dummy peer hack, reverts patchsets 435 (see 2004-02-17 below) and 456. | ||||
* | 2004-02-17 Paul Jakma <paul@dishone.st> | paul | 2004-02-17 | 1 | -37/+19 |
| | | | | | | | | | | | | | | | | | * bgpd.h: (bgp_peer) add fd_local and fd_accept file descriptor's, fd becomes a pointer to one of these. * bgpd.c: (global) adjust for fact that fd is now a pointer. (peer_create_accept) removed. * bgp_route.c: (global) adjust for change of peer fd to pointer * bgp_packet.c: (bgp_collision_detect) adjust and remove the "replace with other peer" hack. * bgp_network.c: (bgp_accept) Remove the dummy peer hack. Update peer->fd_accept instead. (global) Adjust fd references - now a pointer. * bgp_fsm.c: (global) adjust peer fd to pointer. (bgp_connection_stop) new function, to stop connection. (global) adjust everything which closed peer fd to use bgp_connection_stop(). | ||||
* | Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de> | hasso | 2004-02-12 | 1 | -1/+1 |
| | | | | [quagga-dev 879]. | ||||
* | 2003-12-23 Krzysztof Oledzki <oleq@ans.pl> | gdt | 2003-12-23 | 1 | -10/+13 |
| | | | | | | * bgp_network.c: drop privs on error cases (from [quagga-dev 438]) | ||||
* | 2003-06-04 Paul Jakma <paul@dishone.st> | paul | 2003-06-04 | 1 | -0/+25 |
| | | | | * Merge of zebra privileges | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+381 |