diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-21 11:50:42 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-21 11:50:42 +0100 |
commit | fbcb7d5faf419057ccbe2340f3714f8885495c51 (patch) | |
tree | 991edff58eef00f3897cafabe93418403aaa3720 /doc | |
parent | ba9a122142a3d42137c129fabaef097702d44801 (diff) | |
download | bird-fbcb7d5faf419057ccbe2340f3714f8885495c51.tar bird-fbcb7d5faf419057ccbe2340f3714f8885495c51.zip |
Change default LOCAL_PREF attribute to 100 (suggested value by RFC 4277).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 81ef79b..e894353 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1043,9 +1043,12 @@ for each neighbor using the following configuration parameters: Discriminator to be used during route selection when the MED attribute is missing. Default: 0. - <tag>default bgp_local_pref <m/number/</tag> Value of the Local Preference - to be used during route selection when the Local Preference attribute - is missing. Default: 0. + <tag>default bgp_local_pref <m/number/</tag> A default value + for the Local Preference attribute. It is used when a new + Local Preference attribute is attached to a route by the BGP + protocol itself (for example, if a route is received through + eBGP and therefore does not have such attribute). Default: 100 + (0 in pre-1.2.0 versions of BIRD). </descrip> <sect1>Attributes |