<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">The next issue<font
        face="Helvetica, Arial, sans-serif"> I'd like to work on is </font></font>"endpoints
    in NetworkGraph"<br>
    <a class="moz-txt-link-freetext" href="https://github.com/interop-dev/netjson/issues/10">https://github.com/interop-dev/netjson/issues/10</a><br>
    <br>
    I'd like to do a couple of things:<br>
    <ul>
      <li>improve the description of the issue, including a full example</li>
      <li>propose a definition<br>
      </li>
      <li>request feedback from other parties<br>
      </li>
    </ul>
    If I understand correctly, "endpoints" would be another list like
    "links", but indicating links between nodes and external networks.<br>
    <br>
    I think the example was something like this:<br>
    <br>
    <tt>"endpoints": [</tt><tt><br>
    </tt><tt>    </tt><tt>{<br>
              "source": "192.168.0.1",<br>
              "target": "150.1.1.0/24"<br>
          }<br>
    </tt><tt>]<br>
    </tt><br>
    Or in case we wanted to use "prefix" (not very convincing):<br>
    <br>
    <tt>"endpoints": [</tt><tt><br>
    </tt><tt>    </tt><tt>{<br>
              "source": "192.168.0.1",<br>
              "prefix": "150.1.1.0/24"<br>
          }<br>
    </tt><tt>]<br>
    </tt><br>
    I am also not very convinced of the name "endpoints". Is there any
    other self evident keyword that comes into our mind?<br>
    <br>
    Federico<br>
  </body>
</html>