mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 17:13:49 +08:00
Remove old comments about DHCP setting netif up
This commit is contained in:
@@ -524,11 +524,6 @@ netif_set_default(struct netif *netif)
|
|||||||
/**
|
/**
|
||||||
* Bring an interface up, available for processing
|
* Bring an interface up, available for processing
|
||||||
* traffic.
|
* traffic.
|
||||||
*
|
|
||||||
* @note: Enabling DHCP on a down interface will make it come
|
|
||||||
* up once configured.
|
|
||||||
*
|
|
||||||
* @see dhcp_start()
|
|
||||||
*/
|
*/
|
||||||
void netif_set_up(struct netif *netif)
|
void netif_set_up(struct netif *netif)
|
||||||
{
|
{
|
||||||
@@ -585,11 +580,6 @@ netif_issue_reports(struct netif* netif, u8_t report_type)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Bring an interface down, disabling any traffic processing.
|
* Bring an interface down, disabling any traffic processing.
|
||||||
*
|
|
||||||
* @note: Enabling DHCP on a down interface will make it come
|
|
||||||
* up once configured.
|
|
||||||
*
|
|
||||||
* @see dhcp_start()
|
|
||||||
*/
|
*/
|
||||||
void netif_set_down(struct netif *netif)
|
void netif_set_down(struct netif *netif)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user