Navigation


Changeset 241:84460aa8d77b in freeDiameter


Ignore:
Timestamp:
Mar 18, 2010, 5:24:16 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

NAI routing became RFC, update the reference...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/routing_dispatch.c

    r229 r241  
    337337}       
    338338
    339 /* Test if a User-Name AVP contains a Decorated NAI -- RFC4282, draft-ietf-dime-nai-routing-04 */
     339/* Test if a User-Name AVP contains a Decorated NAI -- RFC4282, RFC5729 */
    340340static int is_decorated_NAI(union avp_value * un)
    341341{
     
    689689                /* Destination-Host was not set, and Destination-Realm is matching : we may handle or pass to a fellow peer */
    690690
    691                         /* test for decorated NAI  (draft-ietf-dime-nai-routing-04 section 4.4) */
     691                        /* test for decorated NAI  (RFC5729 section 4.4) */
    692692                        if (is_decorated_NAI(un_val)) {
    693693                                /* Handle the decorated NAI */
Note: See TracChangeset for help on using the changeset viewer.