kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Interface link status is not supported (IFF_RUNNING) #599

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is no way to detect link status since IFF_RUNNING flag is not supported.

Original issue reported on code.google.com by vladisla...@gmail.com on 9 Apr 2013 at 4:34

GoogleCodeExporter commented 9 years ago
ifconfig always reports interface operational status as DOWN.

Current behavior: netdev_open() line 106 sets this flags up with FIXME, and 
netdev_set_flags() line 154 clears it.

Real bug: there is no way to detect link status - no functions a-la 
netif_running(), no infrastructure, etc.

Original comment by vladisla...@gmail.com on 8 May 2013 at 2:02

GoogleCodeExporter commented 9 years ago
fixed by r11333

Original comment by ki.stfu on 19 Oct 2013 at 12:07