Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | Being able to set the decision weight of prefixes is a nice feature, but | Michael Knudsen | |
when it's not really documented in what way it influences the decision process, people like myself will screw it up and assume that it gets added to the prefix path lenth, and thus that smaller weight wins. .. which is not the case. Document the actual behaviour. ok claudio, the general change agreed by henning. proofraed by jmc. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-24 | Try to document the new 4-byte AS numbers without being to invasive. | Claudio Jeker | |
"people will complain if it's unclear" jmc@ | |||
2007-03-29 | Document the new inet and inet6 filter parameters. OK henning@ | Claudio Jeker | |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer | |
2007-03-04 | document include, and comments | Henning Brauer | |
stolen from hostapd.conf.5 | |||
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre | |
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker | |
With help from jmc@ | |||
2007-01-26 | Document which AS are designated for private use and which are reserved | Claudio Jeker | |
for special stuff (4-byte AS support). | |||
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer | |
they call it "Generalized TTL Security Mechanism" officially, RFC 3682. manpage with help from jmc | |||
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer | |
2006-09-12 | for apps which use interface groups, point to the section of | Jason McIntyre | |
ifconfig(8) where they are explained; ok mcbride mpf henning | |||
2006-08-31 | knock out the cpp/m4 stuff from MACROS; after discussion with many... | Jason McIntyre | |
2006-08-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves | |
ok jmc@ claudio@ | |||
2006-08-04 | add "restart" to max-prefix, allows sessions suspended due to reaching | Henning Brauer | |
max-prefix to be restarted automagically after a given number of minutes requested by "Sylwester S. Biernacki" <obeer@obeer.com>, manpage help jmc, ok claudio | |||
2006-06-19 | a little .Xr; | Jason McIntyre | |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer | |
sessions can be configured to modify the carp demotion counter for a given interface group (usually, "carp", which has all carp interfaces) when the session is not established. once the session is established for 60 seconds, the demotion is cleared. this, used correctly, can prevent a bgpd-box which lost all sessions (and thus has no routes) to be carp master, while the backup has sessions. thought through and partially hacked on a drive from calgary to vancouver with ryan, ok claudio | |||
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt | |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer | |
2006-03-23 | Document nexthop qualify via (bgp|default). | Claudio Jeker | |
OK henning, additional input jmc@ | |||
2006-03-08 | Document "set community delete ..." and sync that section with the one | Claudio Jeker | |
from the PARAMETERS section. ok henning@ | |||
2006-03-07 | "set attribute ..." in neighbor blocks needs better documentation. | Claudio Jeker | |
With input from jmc@ and ok henning@ | |||
2006-03-07 | Use 65535 instead of 0xffff to specify the maximum number that can be used | Claudio Jeker | |
for the local part of communities. | |||
2006-02-25 | Document the softreconfig (in|out) switch. With help from jmc@ | Claudio Jeker | |
2006-02-05 | tweaks; ok claudio | Jason McIntyre | |
2006-02-04 | Document the new special community part "neighbor-as". OK henning@ | Claudio Jeker | |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer | |
started on bgpd startup but stays in IDLE. requested by claudio | |||
2005-08-10 | - comapared -> compared | Jason McIntyre | |
- correct word order - grammar | |||
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker | |
If set to always the med will also be compared between different AS. The default is strict which is the way the RFC specifies it. OK henning@ | |||
2005-07-28 | document the v4/v6 safi control buttons | Henning Brauer | |
(and of course it is marc balmer who's spreading the kaesefondue here, not marcm) claudio ok | |||
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio Jeker | |
network and neighbor statements and the routes are labeled accordingly. While doing that fix some mem-leaks by introducing filterset_free() and remove the free on send option of send_filterset(). This took a bit longer because we need to carefully track the rtlabel id refcnts or bad things may happen on reloads. henning@ looks fine | |||
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker | |
connected|static" so that it is possible to distinguish between IPv4 and IPv6 addresses. "network connected|static" is considered deprecated but will be supported as an alias for "network inet connected|static" for some time (one release) to simplify upgrades. This also solve a nasty crash when using "network connected". OK henning@ | |||
2005-06-04 | be more clear about route-age | Henning Brauer | |
2005-05-01 | spelling | David Krause | |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker | |
directly connected respectively all static routes. The list is auto- matically adjusted as soon as a route changes. OK henning@ | |||
2005-04-18 | tidy up AS section a little; | Jason McIntyre | |
ok henning@ | |||
2005-04-18 | AfriNIC has been established as RIR for Africa now | Henning Brauer | |
2005-04-13 | tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5; | Jason McIntyre | |
2005-04-12 | tweaks; | Jason McIntyre | |
ok claudio@ | |||
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker | |
long AS pathes in one or the other direction. It weights a prefix at a very late stage in the decision process. This is a nice bgpd feature to traffic engineer networks where most AS pathes are equally long. OK henning@ | |||
2005-04-12 | set metric is an alias of set med since a long time. OK henning@ | Claudio Jeker | |
2005-03-15 | describe "depend on" | Henning Brauer | |
you wouldn't guess how hard it was to get that right... initial diffs and lots of input from Jason Ackley and jaredy, ok claudio jaredy jmc deraadt | |||
2005-03-15 | tweaks; | Jason McIntyre | |
ok claudio@ | |||
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker | |
a '+' or '-'. e.g. set localpref +20. This is another gem from the FOSDEM lying around on my HD gathering dust. OK henning@ | |||
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker | |
way to FOSDEM. With transparent-as set to ye bgpd will not prepend his own AS for sent updates. NB the neighbor needs to set "enforce neighbor-as no" or it will not like the received AS paths. With set nexthop no-modify bgpd will change the nexthop as done normaly. OK henning@ man page update with help of jmc@ | |||
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich | |
applicable. ok henning, jmc | |||
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker | |
0xffff. OK henning@ | |||
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker | |
the best path selection will not only be based on the path attributes but also on the age of the prefix. This is an extension to the RFC. The default is ignore but previously it was implicitly set to evaluate. OK henning@ man page OK jaredy@ jmc@ | |||
2004-11-09 | in the list of RIRs: | Henning Brauer | |
-add LACNIC -RIPE serves more than just europe, and ARIN more than north america -order alphabetically From: Klaus Steding-Jessen <jessen@nic.br> | |||
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker | |
prepend-self. Only for incomming UPDATEs. OK henning@ |