On Wed, Jun 17, 2015 at 3:45 PM, Marius Petrescu <marius(a)yo2loj.ro> wrote:
(Please trim inclusions from previous messages)
_______________________________________________
The issue in your setup is
'ip route add default dev tunl0 via 169.228.66.251 onlink table 44'
which should go away if ypu want to reach BGP announced networks.
Why not instead just invoke table 44 when the packet is to or from your
assigned
subnet instead of applying it to the entirety of 44/8? What
exactly does the "to 44.0.0.0/8" rule do that can't be accomplished by
limiting it to "to/from [your subnet]"?