<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Tue, Jun 6, 2017, at 20:41, Jehan Tremback wrote:<br></div>
<blockquote type="cite"><div>No, our only way to configure nodes for any given protocol is a shell script. I could make it write out a file, but I was trying to keep it simple. Would a file help?<br></div>
</blockquote><div><br></div>
<div>No, I was looking for things outside of your message that might be interfering.<br></div>
<div><br></div>
<blockquote><div><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(31, 31, 31)"><span class="font" style="font-family:monospace, " monospace""><span class="size" style="font-size:14px">command="redistribute ip $ip allow"</span></span></span></span><br></div>
</blockquote><div><br></div>
<div>This should be "redistribute local ip $ip" (allow is the default, and you want to restrict to local addresses), but I don't see how it would solve your issue.<br></div>
<div><br></div>
<blockquote><div><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(31, 31, 31)"><span class="font" style="font-family:monospace, " monospace""><span class="size" style="font-size:14px">ip="10.0.$num.1/24"</span></span></span></span><br></div>
</blockquote><div><br></div>
<div>By the way, why are you assigning /24 rather than /32 addresses to your mesh nodes?<br></div>
<div><br></div>
<div>-- <br></div>
<div>Gabriel<br></div>
</body>
</html>