adding missing var for device loginip in disco output (#3572)

This commit is contained in:
lchrdn 2022-03-31 14:43:54 +02:00 committed by GitHub
parent 79ebd94c65
commit 04aff7a8aa
1 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ sub manage_selection {
$disco_data->{$device->{id}} = {
id => $device->{id},
hostname => $device->{hostname},
loginIp => $device->{loginIp},
siteName => $device->{siteName},
vendor => $device->{vendor},
family => $device->{family},
@ -155,4 +156,4 @@ IP Fabric devices discovery.
=back
=cut
=cut