[Babel-users] A Babel experiment at funkfeuer.at
Juliusz Chroboczek
Juliusz.Chroboczek at pps.jussieu.fr
Tue Jan 6 19:42:45 UTC 2009
> 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
More information about the Babel-users
mailing list