Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-08-20 | foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords | Claudio Jeker | |
are not fluffy. OK henning@ | |||
2004-08-19 | document use of "isakmpd -Ka" with bgpd. | Hans-Joerg Hoexer | |
ok (and help) henning@ jmc@ jaredy@ | |||
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker | |
protocol independent. This new dump format is not (yet) supported by the mrtd route_btoa tool. OK henning@ | |||
2004-08-09 | document new list expansion syntax & add examples | Jared Yanovich | |
reorganize the "to/from <peer>" filter rule parameter section add a few other various clarification bits and fix some mdoc macros ok henning | |||
2004-07-30 | Document "announce default-route" with a lot of help from jmc@ | Claudio Jeker | |
2004-07-13 | lots of cleanup and revising: | Jared Yanovich | |
- typo fixes, rewording, punctuation - better use of and more format macros - section reorganization in some places - list directives with their arguments - add some cross-refs ok jmc, henning, otto | |||
2004-07-11 | Fix a cross reference to bgpd in the FILES section | Jean-Francois Brousseau | |
ok jmc@, should make brad stop whining | |||
2004-07-09 | various tweaks from the Frankfurt->Hamburg flight | Henning Brauer | |
2004-07-05 | new blackhole/reject nexthops | Henning Brauer | |
2004-05-24 | uppercase `id'; | Jason McIntyre | |
ok henning@ | |||
2004-05-23 | some readability fixes, mainly keeping things in alphabetical order; | Jason McIntyre | |
ok henning@ | |||
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker | |
with templates. looks good, go for it henning@ | |||
2004-05-17 | extend filter language to allow basic setting of COMMUNITIES attribute. | Damien Miller | |
ok claudio@ | |||
2004-05-08 | as bloody attempt to document neighbor cloning | Henning Brauer | |
2004-05-08 | a bloody attempt at documenting the ipsec fluff. | Henning Brauer | |
this needs to be fleshed out and polished, but at least it is somewhat documented now... | |||
2004-05-07 | add a filter option to dump prefixes learned in UPDATEs into a PF table, | Damien Miller | |
intended for building realtime BGP blacklists (e.g. with spamd); ok claudio & henning | |||
2004-04-02 | spelink | Henning Brauer | |
2004-03-12 | tweak | Henning Brauer | |
2004-03-12 | Update man page to reflect reality. Added filtering section and some new | Claudio Jeker | |
statements. OK jmc@ henning@ | |||
2004-02-25 | Man page update for the mrt dump changes. OK henning@ jmc@ | Claudio Jeker | |
2004-02-07 | it's about time to document tcp md5sig ... | Henning Brauer | |
jmc help and ok | |||
2004-02-01 | Update: document the network statement and update the announce description | Claudio Jeker | |
OK henning@ | |||
2004-01-18 | sort options; | Jason McIntyre | |
ok claudio@ henning@ | |||
2004-01-13 | Update manual for the new config statements. | Claudio Jeker | |
Spelling correction by jmc@ OK henning@ | |||
2004-01-07 | Document mrt dump comands. Help by jmc@ OK henning@ | Claudio Jeker | |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer | |
ok claudio@ |