tools: include CS config in 'nfdc cs info'

Also, ForwarderGeneralModule::formatItemText now uses ItemAttributes.

refs #4050

Change-Id: I1b2bde29b82e4b3910d87b41efd90e273052b18d
This commit is contained in:
Junxiao Shi
2018-03-21 15:23:22 +00:00
parent 057d149fda
commit 7a36ac7d9d
11 changed files with 131 additions and 42 deletions
+4
View File
@@ -159,6 +159,10 @@
<xs:complexType name="csType">
<xs:sequence>
<xs:element type="xs:nonNegativeInteger" name="capacity"/>
<xs:element type="nfd:emptyType" name="admitEnabled" minOccurs="0"/>
<xs:element type="nfd:emptyType" name="serveEnabled" minOccurs="0"/>
<xs:element type="xs:nonNegativeInteger" name="nEntries"/>
<xs:element type="xs:nonNegativeInteger" name="nHits"/>
<xs:element type="xs:nonNegativeInteger" name="nMisses"/>
</xs:sequence>