Actions
Bug #12921
closedInterface status shows DHCP down after bouncing interface
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
Interfaces
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Tested on 22.01 and 21.05. Issue can be reproduced on ESXi with pass-through NIC, and on an 1100; unable to reproduce on 5100.
After bouncing the interface then checking Status / Interfaces:
ifconfig igb0 down: interface down; DHCP downifconfig igb0 up: interface up; DHCP down (no interface IPs shown)
While in this state, DHCP seems to have run given that ifconfig shows the interface has addresses, packets flow correctly, and gateway status shows online.
Updated by Viktor Gurov almost 4 years ago
- Status changed from New to Not a Bug
This is the correct behavior - if you manually execute ifconfig eth0 up, it will not restart DHCPd using the services_dhcpd_configure() function.
This is true for most types of interfaces, with the exception of static IP.
Actions