[pim] ABOUT Update_SPTbit(S,G,iif)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pim] ABOUT Update_SPTbit(S,G,iif)



Title: Message
Dear all, SPTbit is updated as follows:

     void
     Update_SPTbit(S,G,iif) {
       if ( iif == RPF_interface(S)
             AND JoinDesired(S,G) == TRUE
             AND ( DirectlyConnected(S) == TRUE
                   OR RPF_interface(S) != RPF_interface(RP(G))
                   OR inherited_olist(S,G,rpt) == NULL
                   OR ( ( RPF'(S,G) == RPF'(*,G) ) AND
                        ( RPF'(S,G) != NULL ) )
                   OR ( I_Am_Assert_Loser(S,G,iif) ) {
          Set SPTbit(S,G) to TRUE
       }
     }
 
 
I don't understand HOW the last one condition " I_Am_Assert_Loser(S,G,iif)" along with "iif == RPF_interface(S)AND JoinDesired(S,G) == TRUE" can show that source-specific-tree is OK?
 
Could you tell me what the condition " I_Am_Assert_Loser(S,G,iif)"mean?
 
 
Thanks a lot in advance!
 
                       Chunyan   
_______________________________________________
pim mailing list
pim at ietf.org
https://www1.ietf.org/mailman/listinfo/pim

Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.