Dean Luga <dluga93@gmail.com> writes:Quick comment (I'll look over the rest in more detail later): Why is
> From: dean <dluga93@gmail.com>
>
> It compiles with the macro SADR_OSPF defined.
source address routing guarded by a configure switch? Shouldn't Bird be
able to understand source-specific routing always, and have the use of
them be configurable at runtime?
See above; but if you *are* going to have a config flag, should it maybe
>
> +if test "$enable_sadr" = yes ; then
> + CPPFLAGS="$CPPFLAGS -D SADR_OSPF"
> +fi
> +
be something that doesn't have the name of a protocol in it (since there
will be other protocols supporting SADR routing)? :)
-Toke