comparison extensions/dict_nasreq/dict_nasreq.c @ 523:4b1b22e3b4f3

It seems the ABNF of Tunneling AVP is broken for requests...
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 01 Sep 2010 12:40:46 +0900
parents 9d786d459dc8
children f198d16fa7f4
comparison
equal deleted inserted replaced
522:0a51aa1a2842 523:4b1b22e3b4f3
2342 AVP_FLAG_MANDATORY, /* Fixed flag values */ 2342 AVP_FLAG_MANDATORY, /* Fixed flag values */
2343 AVP_TYPE_GROUPED /* base type of data */ 2343 AVP_TYPE_GROUPED /* base type of data */
2344 }; 2344 };
2345 struct local_rules_definition rules[] = 2345 struct local_rules_definition rules[] =
2346 { { "Tunnel-Type", RULE_REQUIRED, -1, 1 } 2346 { { "Tunnel-Type", RULE_REQUIRED, -1, 1 }
2347 ,{ "Tunnel-Medium-Type", RULE_REQUIRED, -1, 1 } 2347 ,{ "Tunnel-Medium-Type", RULE_OPTIONAL, -1, 1 }
2348 ,{ "Tunnel-Client-Endpoint", RULE_REQUIRED, -1, 1 } 2348 ,{ "Tunnel-Client-Endpoint", RULE_OPTIONAL, -1, 1 }
2349 ,{ "Tunnel-Server-Endpoint", RULE_REQUIRED, -1, 1 } 2349 ,{ "Tunnel-Server-Endpoint", RULE_OPTIONAL, -1, 1 }
2350 ,{ "Tunnel-Preference", RULE_OPTIONAL, -1, 1 } 2350 ,{ "Tunnel-Preference", RULE_OPTIONAL, -1, 1 }
2351 ,{ "Tunnel-Client-Auth-Id", RULE_OPTIONAL, -1, 1 } 2351 ,{ "Tunnel-Client-Auth-Id", RULE_OPTIONAL, -1, 1 }
2352 ,{ "Tunnel-Server-Auth-Id", RULE_OPTIONAL, -1, 1 } 2352 ,{ "Tunnel-Server-Auth-Id", RULE_OPTIONAL, -1, 1 }
2353 ,{ "Tunnel-Assignment-Id", RULE_OPTIONAL, -1, 1 } 2353 ,{ "Tunnel-Assignment-Id", RULE_OPTIONAL, -1, 1 }
2354 ,{ "Tunnel-Password", RULE_OPTIONAL, -1, 1 } 2354 ,{ "Tunnel-Password", RULE_OPTIONAL, -1, 1 }
"Welcome to our mercurial repository"