I updated ampr-ripd in line with recent changes.
Running v2.3. I do
use multiple routing tables as recommended in the documentation.
Using multiple routing tables is good when you have to work around source address
filtering, so you want to send traffic from your 44 address to systems outside 44.0.0.0/8
via another default router, e.g. amprgw, than your usual internet traffic.
However, I think ampr-ripd >= 2.0 should insert a route for 44.0.0.1 in your table for
net44 like:
44.0.0.1 via 169.228.34.84 dev tunl0 proto ampr-ripd onlink
Strange that you don't have that. But when you use multiple tables you should also
have:
default via 169.228.34.84 dev tunl0 onlink
in the net44 table (unless you use another system to work around source address
filtering)
so it should not matter much that 44.0.0.1 is missing as this happens to use the same
gateway.
Rob