diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-02-12 14:47:15 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-12 14:47:15 +0100 |
commit | d2b454920393b59a1de57f12a09b1b9e561379c2 (patch) | |
tree | 75969f54133673b075e2e0c41597078e2a7e0e2c /resources/tools/presentation | |
parent | 30271f9f5149d789535afdd5cfd42f30eac360c9 (diff) |
Report: enable pdf version
Change-Id: Ib909bd7c25ee80f5f83fa336e1f3a98500baf55c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 216ef15845..11408d090f 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -1475,8 +1475,8 @@ format: html: - full -# pdf: -# - minimal + pdf: + - minimal ################################################################################ ### T A B L E S ### @@ -25241,7 +25241,7 @@ 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and - 'MEMIF'" + 'MEMIF'" parameters: - "throughput" - "parent" @@ -25271,6 +25271,7 @@ 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and + not 'NF_DENSITY' and 'MEMIF'" parameters: - "throughput" @@ -25300,7 +25301,8 @@ 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and - 'MEMIF'" + not 'NF_DENSITY' and + 'MEMIF'" parameters: - "throughput" - "parent" @@ -25359,7 +25361,7 @@ 'NDRPDR' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and not 'VHOST' and - 'MEMIF'" + 'MEMIF'" parameters: - "throughput" - "parent" |