add ifindex column for show

This commit is contained in:
Oliver Gorwits
2022-08-14 21:13:27 +01:00
parent a004db2951
commit 3684451f2a
5 changed files with 31 additions and 10 deletions

View File

@@ -79,6 +79,10 @@
[% END %]
[% END %]
[% IF params.c_ifindex %]
[% myport.push(row.ifindex) %]
[% END %]
[% IF params.c_lastchange %]
[% myport.push(row.lastchange_stamp) %]
[% END %]