Project

General

Profile

Actions

Bug #12921

closed

Interface status shows DHCP down after bouncing interface

Added by Marcos M almost 4 years ago. Updated almost 4 years ago.

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:

  1. ifconfig igb0 down: interface down; DHCP down
  2. ifconfig 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.

Actions #1

Updated by Marcos M almost 4 years ago

  • Description updated (diff)
Actions #2

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

Also available in: Atom PDF