diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2015-02-02 03:00:22 +0100 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-05-25 20:38:32 -0400 |
| commit | 5b282f59b1b5331d1738414cadc97cc60fbb193e (patch) | |
| tree | 9db75030771333e9185bb7229f01b8869197c0c7 | |
| parent | a3161a1fae9ff2ce00ab0a08ebe2c2fa4f9fd424 (diff) | |
doc: explain rpf lookup default mode
Reported-by: Alexis Rosen <quagga-users@alexis.users.panix.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | doc/main.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/main.texi b/doc/main.texi index 810866aa16..4c11d2440d 100644 --- a/doc/main.texi +++ b/doc/main.texi @@ -224,6 +224,11 @@ with the longer prefix length is used; if they're equal, the Multicast RIB takes precedence. @end table +The @code{mrib-then-urib} setting is the default behavior if nothing is +configured. If this is the desired behavior, it should be explicitly +configured to make the configuration immune against possible changes in +what the default behavior is. + WARNING: Unreachable routes do not receive special treatment and do not cause fallback to a second lookup. @end deffn |
