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 /proto/bgp/config.Y | |
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 'proto/bgp/config.Y')
-rw-r--r-- | proto/bgp/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index a469b4d..b2061a1 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -44,6 +44,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->enable_as4 = 1; BGP_CFG->capabilities = 2; BGP_CFG->advertise_ipv4 = 1; + BGP_CFG->default_local_pref = 100; } ; |