Skip to content

Commit

Permalink
Add loging when can't find a name for ip in netplan configuration
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov authored and mnecas committed Sep 11, 2024
1 parent 1766dd1 commit f8a50df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virt-v2v/scripts/rhel/run/network_config_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ udev_from_netplan() {

# If no interface is found, skip this entry
if [ -z "$interface_name" ]; then
log "Info: no interface name found to $S_IP."
continue
fi

Expand Down

0 comments on commit f8a50df

Please sign in to comment.