index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
Age
Commit message (
Expand
)
Author
2006-05-02
The pftable name to ID functions should use the pftable_labels list and not
Claudio Jeker
2006-04-26
Remove unused _exists() function. It is not even used in my evil filter tree
Claudio Jeker
2006-04-26
Last argument to send_filterset() is a left-over from one of my not so clever
Claudio Jeker
2006-04-26
Remove filterset_names from bgpd.h and replace it with a function because
Claudio Jeker
2006-04-25
Mark fatal and fatalx as __dead from deraadt@
Claudio Jeker
2006-04-21
attr_init() should use attrhashsize and not pathhashsize. Found via a lint
Claudio Jeker
2006-04-21
msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancient
Claudio Jeker
2006-04-21
Remove function prototype that was never used. From deraadt@
Claudio Jeker
2006-04-18
cannot see the string self in the ANNOUNCE STRING prod any more since
Henning Brauer
2006-04-18
Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader.
Claudio Jeker
2006-04-12
messages on the routing socket have different headers - rt_msghdr,
Henning Brauer
2006-04-12
It is no longer allowed to change attributes in place. This corrupts the
Claudio Jeker
2006-04-05
remote_bgpid is stored in host byte order so a htonl() is needed when putting
Claudio Jeker
2006-04-04
document set nexthop self, and improve that section whil eon it, claudio ok
Henning Brauer
2006-04-04
add "set nexthop self", force nexthop to be set to own address even with IBGP
Henning Brauer
2006-03-23
Document nexthop qualify via (bgp|default).
Claudio Jeker
2006-03-23
Simplify the -s documentation and add /var/run/bgpd.sock to the FILES list.
Claudio Jeker
2006-03-22
Change the way bgpd selects nexthops. Up until now every route was considered
Claudio Jeker
2006-03-22
Add a new SHOW imsg to send optional attributes to bgpctl. This can be used
Claudio Jeker
2006-03-15
In nexthop_compare() if the two passed pointers point to the same object
Claudio Jeker
2006-03-15
Sync usage with man page (sort arguments).
Claudio Jeker
2006-03-15
Document new -s path option to select an alternate path for the main control
Claudio Jeker
2006-03-15
Allow the control socket to be changed on the command line. Useful if you
Claudio Jeker
2006-03-15
Fix a memory leak when communities are set or deleted. This seems to fix
Claudio Jeker
2006-03-13
Fix for PR 5052. Be more careful about the announced networks we accept.
Claudio Jeker
2006-03-08
Document "set community delete ..." and sync that section with the one
Claudio Jeker
2006-03-07
Fix a bug reported by Xavier Beaudouin. On config reloads set parameters
Claudio Jeker
2006-03-07
"set attribute ..." in neighbor blocks needs better documentation.
Claudio Jeker
2006-03-07
Use 65535 instead of 0xffff to specify the maximum number that can be used
Claudio Jeker
2006-03-04
Typos grab bag of the month, eyeballed by jmc@
Miod Vallat
2006-02-25
Document the softreconfig (in|out) switch. With help from jmc@
Claudio Jeker
2006-02-23
Use the new rtm_fmask feature to reset blackhole and reject routes on
Claudio Jeker
2006-02-10
Make it possible to turn suftreconfig in/out on or off. Default is on for
Claudio Jeker
2006-02-09
Implement "set community delete 65001:*" and friends. This will remove
Claudio Jeker
2006-02-09
When comparing community type, cast to u_int16_t. The same is done for the
Claudio Jeker
2006-02-09
attr_free() should not modify others_len as it does not resize the others
Claudio Jeker
2006-02-08
For now dump only stuff from the local-RIB into mrt table dumps.
Claudio Jeker
2006-02-08
fix logic both in the decision when to re-init the capabilities negotiation
Henning Brauer
2006-02-05
tweaks; ok claudio
Jason McIntyre
2006-02-04
Document the new special community part "neighbor-as". OK henning@
Claudio Jeker
2006-02-03
If the aspath gets copied because it is modified use the copy for filter
Claudio Jeker
2006-02-03
Doh! Fix stupid copy paste error. Setting the community type to the AS instead
Claudio Jeker
2006-02-02
Implement new special community "neighbor-as". neighbor-as is expanded on
Claudio Jeker
2006-01-31
Dynamic routes (PMTU, etc) are not redistributable even for IPv6.
Claudio Jeker
2006-01-24
add -r to synopsis, and tweak its description a little;
Jason McIntyre
2006-01-24
introduce "bgpctl show summary terse", shows summary in an easy to parse
Henning Brauer
2006-01-24
bgpd does not and will never support route flap damping as defined in the
Claudio Jeker
2006-01-24
Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter
Claudio Jeker
2006-01-24
Functions in the poll() loop should only be moved around if there are no
Claudio Jeker
2006-01-24
Check if filter changed on a per peer basis. This should speed up the
Claudio Jeker
[next]