|
|
@ -402,7 +402,6 @@ route[SANITY_CHECK] |
|
|
{ |
|
|
{ |
|
|
if($sht(insane=>$si:$sp) > 3) { |
|
|
if($sht(insane=>$si:$sp) > 3) { |
|
|
drop; |
|
|
drop; |
|
|
exit; |
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
if (!sanity_check()) { |
|
|
if (!sanity_check()) { |
|
|
@ -747,9 +746,7 @@ onreply_route[EXTERNAL_REPLY] |
|
|
#!endif |
|
|
#!endif |
|
|
|
|
|
|
|
|
#!ifdef NAT_TRAVERSAL_ROLE |
|
|
#!ifdef NAT_TRAVERSAL_ROLE |
|
|
if(!t_check_status("302")) { |
|
|
|
|
|
route(NAT_TEST_AND_CORRECT); |
|
|
route(NAT_TEST_AND_CORRECT); |
|
|
} |
|
|
|
|
|
#!endif |
|
|
#!endif |
|
|
|
|
|
|
|
|
#!ifdef ACL_ROLE |
|
|
#!ifdef ACL_ROLE |
|
|
|