cvs commit: src/sys/net if_tap.c

Roman Kurakin rik at cronyx.ru
Fri Aug 13 10:29:09 PDT 2004


John Polstra wrote:

>On 13-Aug-2004 Roman Kurakin wrote:
>  
>
>>John Polstra wrote:
>>    
>>
>>>That's pretty much correct.  IFF_UP is an administrative control
>>>that expresses the desired state of the interface.  The driver never
>>>changes IFF_UP.  IFF_RUNNING is the driver's idea of the _actual_
>>> 
>>>
>>>      
>>>
>>PPP state machine can remove IFF_UP. For example if connection is not 
>>persistent and link
>>was broken for any reason.
>>    
>>
>I call that a bug.
>  
>
This is not a bug, this is feature of protocol. Some times link should 
go down (or other
state from which it could go up only by administrator (or program) 
intervention).

Probably IFF_UP in PPP violation could be concerned like some protocols 
stacks
relative OSI.

rik

>John
>  
>




More information about the cvs-src mailing list