changeset 241:84460aa8d77b

NAI routing became RFC, update the reference...
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 18 Mar 2010 17:24:16 +0900
parents 42e971738a37
children a83f320fba1f
files freeDiameter/routing_dispatch.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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),
"Welcome to our mercurial repository"