From 1adc17b4b57267e301fcd67309494bbbddbfa718 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 26 Oct 2008 22:52:21 +0100 Subject: Update of a documentation - new options for AS4, MD5 auth and route reflection. --- doc/bird.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/bird.conf.example') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 05259d5..22221d4 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -179,6 +179,9 @@ protocol static { # default bgp_med 0; # MED value we use for comparison when none is defined # default bgp_local_pref 0; # The same for local preference # source address 62.168.0.14; # What local address we use for the TCP connection +# password "secret" # Password used for MD5 authentication +# rr client; # I am a route reflector and the neighor is my client +# rr cluster id 1.0.0.1 # Use this value for cluster id instead of my router id # export where source=RTS_STATIC; # export filter { # if source = RTS_STATIC then { -- cgit v1.2.3