add a remote_dns port property

This commit is contained in:
Oliver Gorwits
2022-08-14 21:22:31 +01:00
parent 3684451f2a
commit b01d0f08fd
6 changed files with 32 additions and 2 deletions

View File

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