dhclient raises the error : send_packet: Network is unreachable during the execution of interfaces-config.sh in syslog. The issue is caused due to the following:
On config reload/reboot we have the eth0 interface being forced down here
If DHCPRELEASE packet is sent after the eth0 interface is down then we see the above log error, Similarly we see a Network is down if a DHCP packet is received.
Steps to reproduce the issue:
Unable to reproduce as it is a statistical issue
Describe the results you received:
syslog error ERR dhclient[7201]: send_packet: Network is unreachable
Description
dhclient raises the error :
send_packet: Network is unreachable
during the execution ofinterfaces-config.sh
in syslog. The issue is caused due to the following: On config reload/reboot we have the eth0 interface being forced down here IfDHCPRELEASE
packet is sent after the eth0 interface is down then we see the above log error, Similarly we see aNetwork is down
if a DHCP packet is received.Steps to reproduce the issue:
Unable to reproduce as it is a statistical issue
Describe the results you received:
syslog error
ERR dhclient[7201]: send_packet: Network is unreachable
Describe the results you expected:
No error logs related to dhcp