# HG changeset patch # User Sebastien Decugis # Date 1268900656 -32400 # Node ID 84460aa8d77b3f3603b46b2cb4b3a57b670dae72 # Parent 42e971738a370406560de9660e8d0ee72b689c70 NAI routing became RFC, update the reference... diff -r 42e971738a37 -r 84460aa8d77b freeDiameter/routing_dispatch.c --- a/freeDiameter/routing_dispatch.c Mon Mar 08 17:34:42 2010 +0900 +++ b/freeDiameter/routing_dispatch.c Thu Mar 18 17:24:16 2010 +0900 @@ -336,7 +336,7 @@ return; } -/* Test if a User-Name AVP contains a Decorated NAI -- RFC4282, draft-ietf-dime-nai-routing-04 */ +/* Test if a User-Name AVP contains a Decorated NAI -- RFC4282, RFC5729 */ static int is_decorated_NAI(union avp_value * un) { int i; @@ -688,7 +688,7 @@ } else { /* Destination-Host was not set, and Destination-Realm is matching : we may handle or pass to a fellow peer */ - /* test for decorated NAI (draft-ietf-dime-nai-routing-04 section 4.4) */ + /* test for decorated NAI (RFC5729 section 4.4) */ if (is_decorated_NAI(un_val)) { /* Handle the decorated NAI */ CHECK_FCT_DO( process_decorated_NAI(un_val, dr_val),