Update network interfaces

<% _.each(topologies, function(topology) { %>
<% _.each(topology.nodes, function(node) { %>

Node '<%= node.node_id %>' Interfaces

    <% _.each(node.interfaces, function(interface) { %>
  • <%= interface.name %>: <% _.each(interface.networks, function(network) {%> <%= network %>  <% })%>
  • <% }) %>
<%})%>
<% })%>
Your congiguration could not work with current network topology.
You could select one from the proposed or force apply yours.