summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.conf.5
AgeCommit message (Collapse)Author
2005-10-19new keyword "down" in neighbor spec, when givenm, the session is notHenning Brauer
started on bgpd startup but stays in IDLE. requested by claudio
2005-08-10- comapared -> comparedJason McIntyre
- correct word order - grammar
2005-08-09Introduce 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-28document the v4/v6 safi control buttonsHenning Brauer
(and of course it is marc balmer who's spreading the kaesefondue here, not marcm) claudio ok
2005-06-29rtlabel support via filter sets. Just use "set rtlabel foobar" in filtersClaudio 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-09Change the "network connected|static" statements to "network inet|inet6Claudio 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-04be more clear about route-ageHenning Brauer
2005-05-01spellingDavid Krause
2005-04-28Support for "network connected" and "network static" -- announce allClaudio Jeker
directly connected respectively all static routes. The list is auto- matically adjusted as soon as a route changes. OK henning@
2005-04-18tidy up AS section a little;Jason McIntyre
ok henning@
2005-04-18AfriNIC has been established as RIR for Africa nowHenning Brauer
2005-04-13tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;Jason McIntyre
2005-04-12tweaks;Jason McIntyre
ok claudio@
2005-04-12Introduce a per prefix weight. The weight is used to tip prefixes with equalClaudio 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-12set metric is an alias of set med since a long time. OK henning@Claudio Jeker
2005-03-15describe "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-15tweaks;Jason McIntyre
ok claudio@
2005-03-14Allow to modify the metrics in a relative way by prepending the number withClaudio 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-11Finally commit the transparent-as and nexthop no-modify stuff I wrote on theClaudio 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-31document using neighbor descriptions to specify neighbors whereJared Yanovich
applicable. ok henning, jmc
2004-11-19Add NO_PEER to the list of well-known communities and use 65535 instead ofClaudio Jeker
0xffff. OK henning@
2004-11-11New config statement "rde route-age [evaluate|ignore]". If set to evaluateClaudio 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-09in 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-28Add prepend-neighbor feature. Prepend the remote-as n times similar toClaudio Jeker
prepend-self. Only for incomming UPDATEs. OK henning@
2004-08-20foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywordsClaudio Jeker
are not fluffy. OK henning@
2004-08-19document use of "isakmpd -Ka" with bgpd.Hans-Joerg Hoexer
ok (and help) henning@ jmc@ jaredy@
2004-08-13Fix minor issues with IPv6 dumps and add a function for dumping the RIB tableClaudio Jeker
protocol independent. This new dump format is not (yet) supported by the mrtd route_btoa tool. OK henning@
2004-08-09document new list expansion syntax & add examplesJared 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-30Document "announce default-route" with a lot of help from jmc@Claudio Jeker
2004-07-13lots 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-11Fix a cross reference to bgpd in the FILES sectionJean-Francois Brousseau
ok jmc@, should make brad stop whining
2004-07-09various tweaks from the Frankfurt->Hamburg flightHenning Brauer
2004-07-05new blackhole/reject nexthopsHenning Brauer
2004-05-24uppercase `id';Jason McIntyre
ok henning@
2004-05-23some readability fixes, mainly keeping things in alphabetical order;Jason McIntyre
ok henning@
2004-05-21RFC 2796 bgp route reflector support. This is very useful in conjunctionClaudio Jeker
with templates. looks good, go for it henning@
2004-05-17extend filter language to allow basic setting of COMMUNITIES attribute.Damien Miller
ok claudio@
2004-05-08as bloody attempt to document neighbor cloningHenning Brauer
2004-05-08a 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-07add 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-02spelinkHenning Brauer
2004-03-12tweakHenning Brauer
2004-03-12Update man page to reflect reality. Added filtering section and some newClaudio Jeker
statements. OK jmc@ henning@
2004-02-25Man page update for the mrt dump changes. OK henning@ jmc@Claudio Jeker
2004-02-07it's about time to document tcp md5sig ...Henning Brauer
jmc help and ok
2004-02-01Update: document the network statement and update the announce descriptionClaudio Jeker
OK henning@
2004-01-18sort options;Jason McIntyre
ok claudio@ henning@
2004-01-13Update manual for the new config statements.Claudio Jeker
Spelling correction by jmc@ OK henning@
2004-01-07Document mrt dump comands. Help by jmc@ OK henning@Claudio Jeker
2004-01-06allow holdtime and holdtime min to be configuered per peerHenning Brauer
ok claudio@