<%- name.substring(0,32) %>
<% if (shutdown) { %> shut<% } %>
|
<% if (typeof(description) == "string") { %><%- description.substring(0,24) %><% } %> |
<% if (typeof(ipv4Address) == "object") { %><%- ipv4Address.ip %>/<%- ipv4Address.prefixLength %><% } %> |