On Sat, Jul 27, 2013 at 05:25:28PM -0500, Neil Johnson wrote:
Is it possible to get the IPIP routes delivered by
conventional routing
protocols (RIP, OSPF, etc) rather than running a custom daemon ?
Well, they are being delivered by RIP, but because it's supplying
tunnel routes over a tunnel, it has to be handled in a special way,
thus RIP44d. You don't want the tunnel routes to be seen by your
normal RIP listener because the routes aren't to local next-hop
addresses, they're to tunnel endpoints.
- Brian