Hi,
It means the LIF is not currently residing on it's home port (IE it has been migrated to a different node and or port in the cluster).
Check the output of the following command on your cluster:
network interface show -fields is-home, home-port, home-node, curr-node, curr-port
If the the "is-home" field is false then to resolve the warning you can either use the "network interface migrate" or "network interface revert" command to ensure the LIF resides on its home port and node. You can also configure your LIF to auto revert to it's home port\node. EG
https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-6545ED4C-726D-4A72-BE7B-6F9BB1746138.html
https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-C97B53E9-7A57-4430-95F5-37DF76D8190E.html
/Matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.