This is fixed, fix will be part of release 5.1.
Best regards,
Victor
Best regards,
Victor
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuif ($node)
{
for(iface : $node.interfaces)
{
for(a : iface.ipAddressList)
{
if (a == "0.1.134.160" or a == "192.168.1.1")
{
iface.setExcludeFromTopology(true);
break;
}
}
}
}