diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-02-02 03:00:22 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-02 03:00:22 +0100 |
commit | b162ab753e70328cb6815e58b4bc5b03e9dd4f42 (patch) | |
tree | 2457d5c0002d89a6df20fa47db4856a75ee23717 | |
parent | a4e830c7cc0e10a851047aebe008ce7a3f8ef29b (diff) | |
download | quagga-b162ab753e70328cb6815e58b4bc5b03e9dd4f42.tar.bz2 quagga-b162ab753e70328cb6815e58b4bc5b03e9dd4f42.tar.xz |
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 810866aa..4c11d244 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 |