On Jan 29, 2015, at 7:54 PM, David Lamparter <equi...@opensourcerouting.org> 
wrote:
> +@deffn Command {ip multicast rpf-lookup-mode @var{mode}} {}
> +@deffnx Command {no ip multicast rpf-lookup-mode [@var{mode}]} {}
> +
> +@var{mode} sets the method used to perform RPF lookups.  Supported modes:
> +
> +@table @samp
> +@item urib-only
> +Performs the lookup on the Unicast RIB.  The Multicast RIB is never used.
> +@item mrib-only
> +Performs the lookup on the Multicast RIB.  The Unicast RIB is never used.
> +@item mrib-then-urib
> +Tries to perform the lookup on the Multicast RIB.  If any route is found,
> +that route is used.  Otherwise, the Unicast RIB is tried.
> +@item lower-distance
> +Performs a lookup on the Multicast RIB and Unicast RIB each.  The result
> +with the lower administrative distance is used;  if they're equal, the
> +Multicast RIB takes precedence.
> +@item longer-prefix
> +Performs a lookup on the Multicast RIB and Unicast RIB each.  The result
> +with the longer prefix length is used;  if they're equal, the
> +Multicast RIB takes precedence.
> +@end table

Shouldn't the documentation indicate which mode is default?

/a
_______________________________________________
Quagga-dev mailing list
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to