<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 20, 2015 at 6:08 PM, Job Snijders <span dir="ltr"><<a href="mailto:job@instituut.net" target="_blank">job@instituut.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You could match on it with something along the lines of:<br>
<br>
function avoid_too_long_or_too_short()<br>
prefix set boundry;<br>
{<br>
boundry = [ ::/0{8,48} ];<br>
if net ~ boundry then return true;<br>
return false<br>
}<br>
<br>
And later on use:<br>
<br>
if !(avoid_too_long_or_too_short()) then reject;<br>
<br>
Kind regards,<br></blockquote><div><br><div><div><div>Hi Job,<br><br></div>I just wanted to follow up with a big THANKS.<br><br></div>I
followed your example and have upgraded our IPv6 route servers at
MBIX.ca so they they are blocking martians, and we are controlling
announcement length.<br><br></div><div>Your information was exactly what I was looking for.<br></div><div><br></div>I will now endeavour to add what I've learned to the BIRD wiki. Anyone know how I should get edit access to the wiki? <br></div></div><br><br clear="all"><br>-- <br><div class="gmail_signature"> Jonathan</div>
</div></div>