commit | 13839ac94aaa06a8df6d4bf2c3a76e043e86b4af | [log] [tgz] |
---|---|---|
author | Ju Pan <jupan1994@gmail.com> | Tue Jun 04 03:50:04 2019 +0000 |
committer | Ju Pan <jupan1994@gmail.com> | Wed Jun 19 12:08:43 2019 -0700 |
tree | 202730b81602b0329995d0562a2b61f67c8313aa | |
parent | 602c3aaa560e523e2eb401ac6af0c304fd3b1092 [diff] [blame] |
tools: display EndpointId in 'nfdc fib list' Refs: #4816 Change-Id: Id656939d9595adbd8c96a78e9aedfdd8dda2a555
diff --git a/tools/nfd-status-http-server-files/nfd-status.xsl b/tools/nfd-status-http-server-files/nfd-status.xsl index d2015b1..f6cc338 100644 --- a/tools/nfd-status-http-server-files/nfd-status.xsl +++ b/tools/nfd-status-http-server-files/nfd-status.xsl
@@ -252,6 +252,12 @@ </xsl:for-each> </tr> <tr> + <th>EndpointId</th> + <xsl:for-each select="nfd:nextHops/nfd:nextHop"> + <td><xsl:value-of select="nfd:endpointId"/></td> + </xsl:for-each> + </tr> + <tr> <th>Cost</th> <xsl:for-each select="nfd:nextHops/nfd:nextHop"> <td><xsl:value-of select="nfd:cost"/></td>