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

@@ -136,6 +136,8 @@ will add the following additional synthesized columns to the result set:
=item remote_is_phone (boolean)
=item ifindex
=back
=cut
@@ -152,10 +154,12 @@ sub with_properties {
properties.remote_is_discoverable
properties.remote_is_wap
properties.remote_is_phone
properties.ifindex
/],
'+as' => [qw/
error_disable_cause
remote_is_discoverable remote_is_wap remote_is_phone
ifindex
/],
join => 'properties',
});