<br><br><div class="gmail_quote">On Tue, May 7, 2013 at 5:03 AM, Juliusz Chroboczek <span dir="ltr"><<a href="mailto:jch@pps.univ-paris-diderot.fr" target="_blank">jch@pps.univ-paris-diderot.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> > If you're actually doing source-specific routing, please show me how<br>
> > you speak to the kernel.<br>
<br>
> Most of that code is in Lua, and while I could have included<br>
> C extension module that did similar things as ip -6 does, I didn't<br>
> bother.<br>
<br>
</div>We're doing pretty the same in our prototype code (saying<br>
system("ip...") rather than speaking the netlink dialect of the day).<br>
Could you point us at the relevant code, please?<br>
<div class="im"><br>
> So I'm just using ip -6 {route,rule} to set up source-specific rules<br>
> that map to destination tables.<br>
<br>
</div>Ah, okay.  So you're using rules, just as we found out (the hard way)<br>
that we need to do.<br>
<br>
  <a href="http://www.spinics.net/lists/netdev/msg235316.html" target="_blank">http://www.spinics.net/lists/netdev/msg235316.html</a><br>
  <a href="http://www.spinics.net/lists/netdev/msg235346.html" target="_blank">http://www.spinics.net/lists/netdev/msg235346.html</a><br></blockquote><div><br>One thing that bugs me about hacks and workarounds like this is that Linux (as well as openwrt) are intensely mutable systems, and it's totally possible to improve linux rather than limp around in userspace.<br>
<br>I have long disliked the ip rule system in its primary use prior to now (vpns), as buggy, arbitrary, and subject to race conditions, so if a better api and methods for injecting/managing source address dependent routing information could be designed I'm pretty sure there would be much enthusiasm across the vpn, mptcp/sctp, and routing worlds for getting it into linux itself.<br>
<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
> One (destination-based) routing table is maintained by routing<br>
> protocol, and the rest by Lua code which figures external defaults<br>
> based on routes within routing protocol implementation.<br>
<br>
</div>Nice hack.<br></blockquote><div><br>Except that probably it interacts badly with existing vpn manipulation of these tables.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<span class="HOEnZb"><font color="#888888"><br>
-- Juliusz<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
homenet mailing list<br>
<a href="mailto:homenet@ietf.org">homenet@ietf.org</a><br>
<a href="https://www.ietf.org/mailman/listinfo/homenet" target="_blank">https://www.ietf.org/mailman/listinfo/homenet</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Dave Täht<br><br>Fixing bufferbloat with cerowrt: <a href="http://www.teklibre.com/cerowrt/subscribe.html" target="_blank">http://www.teklibre.com/cerowrt/subscribe.html</a>