> Together with an address configuration like:
> ip addr add 2a02:60:2::1/64 dev vlan0

You need to say

    ip addr add 2a02:60:2::1/64 dev vlan0 proto static
                                          ^^^^^^^^^^^^
or else Babel will ignore your route.

> Also note that if I add some non local route like
> ip route add 2a02:60:2:1::/64 via fe80::218:f8ff:fe23:ef79 dev vlan0
> then this seems silently ignored by babel.

Add ``proto static''.

                                        Juliusz

_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/babel-users

Reply via email to