diff include/freeDiameter/freeDiameter.h @ 140:34e47f4addf8

Fix broken test
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 16 Dec 2009 17:20:31 +0900
parents cc42d8607114
children dee0a871abcd
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Wed Dec 16 17:12:51 2009 +0900
+++ b/include/freeDiameter/freeDiameter.h	Wed Dec 16 17:20:31 2009 +0900
@@ -678,6 +678,7 @@
 #define	EP_FL_ADV	(1 << 2)	/* This endpoint was advertized in Diameter CER/CEA exchange */
 #define	EP_FL_LL	(1 << 3)	/* Lower layer mechanism provided this endpoint */
 #define	EP_FL_PRIMARY	(1 << 4)	/* This endpoint is primary in a multihomed SCTP association */
+#define	EP_ACCEPTALL	(1 << 15)	/* This flag allows bypassing the address filter in fd_ep_add_merge. */
 	uint32_t	flags;		/* Additional information about the endpoint */
 		
 	/* To add: a validity timestamp for DNS records ? How do we retrieve this lifetime from DNS ? */
"Welcome to our mercurial repository"