<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 7, 2016 at 6:00 PM, FaByS <span dir="ltr"><<a href="mailto:faxcpr@tiscali.it" target="_blank">faxcpr@tiscali.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Hanning,<br>
<br>
I was very busy and i 've tested directly the branch<br>
(commit 9f941b25e1ac806db9d41e9892a5cf<wbr>361bfe98f5).<br>
<br>
It works fine with domain but if in [olsrv2] section of NODE 3 (see<br>
below)<br>
i write:<br>
<br>
lan   <a href="http://10.0.2.0/24" rel="noreferrer" target="_blank">10.0.2.0/24</a><br>
<br>
instead of<br>
<br>
lan   <a href="http://10.0.2.0/24" rel="noreferrer" target="_blank">10.0.2.0/24</a> domain=0<br>
<br>
i see the route on both domains (1 and 0) ... it looks that the default<br>
is "domain=*" instead of "domain=0"<br></blockquote><div><br></div><div>Yes, the default is 'domain=all'.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
After that i try to send the default route on the same domain using<br>
route modifier as you suggested in you previous mail, but as you see in<br>
NODE 2  output below it doesn't work.<br></blockquote><div><br></div><div>Could it just be that you don't have included the "route_modifier" plugin into the executable?</div><div><br></div><div>check with "olsrd2 --version".</div><div><br></div><div>If its missing, add it to src/olsrd2/CMakeLists.txt".</div><div><br></div><div>If it works for you (you are the first planning to test it), I can add it to the default list of plugins.</div><div><br></div><div>Henning </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks.<br>
<br>
<br>
<br>
<br>
------------------<br>
-------------------<br>
<br>
<br>
--------NODE 2--------<br>
<br>
olsrd2.conf<br>
<br>
[domain=0]<br>
        table 111<br>
<br>
[domain=1]<br>
        table 222<br>
<span class=""><br>
[route_modifier=1]<br>
matches default_accept<br>
prefix_length 0<br>
table 112<br>
<br>
<br>
</span>[interface=eth0]<br>
<br>
[olsrv2]<br>
<br>
<br>
<br>
n2 n2.conf # ip r<br>
<a href="http://169.254.0.0/16" rel="noreferrer" target="_blank">169.254.0.0/16</a> dev eth0  proto kernel  scope link  src 169.254.224.93<br>
n2 n2.conf # ip r s t 111<br>
default via 169.254.38.248 dev eth0  proto 100  src 169.254.224.93<br>
metric 2 onlink<br>
<a href="http://10.0.2.0/24" rel="noreferrer" target="_blank">10.0.2.0/24</a> via 169.254.38.248 dev eth0  proto 100  src 169.254.224.93<br>
metric 2 onlink<br>
n2 n2.conf # ip r s t 112<br>
n2 n2.conf # ip r s t 222<br>
1.2.34.4 via 169.254.38.248 dev eth0  proto 100  src 169.254.224.93<br>
metric 2 onlink<br>
n2 n2.conf #<br>
<br>
<br>
 -------- NODE 3 -------------<br>
olsrd2.conf<br>
<br>
<br>
[domain=0]<br>
        table 111<br>
[interface=eth1]<br>
<br>
[olsrv2]<br>
        lan   <a href="http://10.0.2.0/24" rel="noreferrer" target="_blank">10.0.2.0/24</a> domain=0<br>
        lan   <a href="http://0.0.0.0/0" rel="noreferrer" target="_blank">0.0.0.0/0</a> domain=0<br>
        lan   <a href="http://1.2.34.4/32" rel="noreferrer" target="_blank">1.2.34.4/32</a> domain=1<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
Il giorno ven, 30/09/2016 alle 12.51 +0200, Henning Rogge ha scritto:<br>
> I think its a bug...<br>
><br>
> can you test the attached patch?<br>
><br>
> (quite busy this week at work)<br>
><br>
> Henning<br>
><br>
> O<br>
<br>
</div></div></blockquote></div><br></div></div>