update Device Ports CSV output to match new report format
This commit is contained in:
@@ -61,6 +61,10 @@
|
|||||||
[% myport.push(row.descr) %]
|
[% myport.push(row.descr) %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
|
[% IF params.c_comment %]
|
||||||
|
[% myport.push(row.last_comment) %]
|
||||||
|
[% END %]
|
||||||
|
|
||||||
[% IF params.c_type %]
|
[% IF params.c_type %]
|
||||||
[% myport.push(row.type) %]
|
[% myport.push(row.type) %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|||||||
Reference in New Issue
Block a user