Closed vvidic closed 7 years ago
Use of uninitialized value $elem in concatenation (.) or string at /usr/share/perl5/SimpleLookupService/QueryObjects/QueryObject.pm line 72.
The warning seems to be coming from the undef value for interface-address list:
undef
interface-address
key = interface-addresses var = $VAR1 = [ '192.168.122.118', '192.168.122.1', 'xenial-amd64', undef ];
The warning seems to be coming from the
undef
value forinterface-address
list: