.. |
bgpd.8
|
add -c to usage() and synopsis;
|
2006-06-19 20:48:36 +00:00 |
bgpd.c
|
add -c to usage() and synopsis;
|
2006-06-19 20:48:36 +00:00 |
bgpd.conf.5
|
knock out the cpp/m4 stuff from MACROS; after discussion with many...
|
2006-08-31 18:44:48 +00:00 |
bgpd.h
|
add code to announce the restart capability according to
|
2006-08-27 16:11:04 +00:00 |
buffer.c
|
add buf_grow() to grow an existing buffer (realloc), claudio ok
|
2006-08-27 13:40:21 +00:00 |
carp.c
|
if at startup a given group has carpdemote == 0, we don't do carp demotion.
|
2006-06-19 12:06:24 +00:00 |
config.c
|
Allow the control socket to be changed on the command line. Useful if you
|
2006-03-15 11:33:42 +00:00 |
control.c
|
Extend show rib interface code so that it is possible to show the adj-rib-in
|
2006-08-23 08:13:04 +00:00 |
imsg.c
|
if the pid given to imsg_create is 0, use the pid sored in the ibuf (which
|
2006-05-27 19:59:44 +00:00 |
kroute.c
|
On startup in fetchtable() clean the routing table of all PROTO1 routes.
|
2006-08-03 22:40:25 +00:00 |
log.c
|
Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and
|
2006-01-05 17:33:39 +00:00 |
log.h
|
Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if
|
2006-05-27 21:24:36 +00:00 |
Makefile
|
implement carp demotion control for bgpd.
|
2006-06-17 14:06:09 +00:00 |
mrt.c
|
For now dump only stuff from the local-RIB into mrt table dumps.
|
2006-02-08 14:49:58 +00:00 |
mrt.h
|
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
|
2004-08-13 14:03:20 +00:00 |
name2id.c
|
The pftable name to ID functions should use the pftable_labels list and not
|
2006-05-02 14:41:26 +00:00 |
parse.y
|
add code to announce the restart capability according to
|
2006-08-27 16:11:04 +00:00 |
pfkey.c
|
writing to the pfkey socket can give EAGAIN and we must retry.
|
2006-08-30 17:58:40 +00:00 |
pftable.c
|
Make the pftable filter set use the name2id "cache" like the route labels.
|
2005-07-01 09:19:24 +00:00 |
printconf.c
|
add "restart" to max-prefix, allows sessions suspended due to reaching
|
2006-08-04 12:01:48 +00:00 |
rde_attr.c
|
Unfuck community delete. The if () statement to match communities was FUBAR
|
2006-05-27 15:39:56 +00:00 |
rde_decide.c
|
Update comment to match reality.
|
2006-01-24 12:52:11 +00:00 |
rde_filter.c
|
Even better nexthop delete behaviour. Do not delete nexthop if they are used
|
2006-05-28 23:24:15 +00:00 |
rde_prefix.c
|
Track some (memory) statistics in the RDE. Accessible via bgpctl.
|
2006-01-03 22:49:17 +00:00 |
rde_rib.c
|
Copy the pftableid in path_copy and correctly do the ref/unref dance in
|
2006-06-01 22:29:47 +00:00 |
rde_update.c
|
Remove function prototype that was never used. From deraadt@
|
2006-04-21 08:49:29 +00:00 |
rde.c
|
Extend show rib interface code so that it is possible to show the adj-rib-in
|
2006-08-23 08:13:04 +00:00 |
rde.h
|
Even better nexthop delete behaviour. Do not delete nexthop if they are used
|
2006-05-28 23:24:15 +00:00 |
session.c
|
in the restart capability (that we do not actually send yet), set the
|
2006-08-27 16:57:19 +00:00 |
session.h
|
add code to announce the restart capability according to
|
2006-08-27 16:11:04 +00:00 |
util.c
|
Move functions shared with bgpctl into new file util.c. Simplifies the
|
2006-01-03 22:19:59 +00:00 |