Skip to content

Commit

Permalink
fix gateway can't work after restart by rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jun 30, 2019
1 parent 4afef0a commit b69cf13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uv_lwip/uv_lwip.c
Expand Up @@ -412,6 +412,8 @@ static err_t uvl_netif_init_func (struct netif *netif)
{
netif->name[0] = 'h';
netif->name[1] = 'o';
// fixed netif name to ho0
netif->num = 0;
netif->output = uvl_netif_output_func;

return ERR_OK;
Expand Down

0 comments on commit b69cf13

Please sign in to comment.