Removing the yielding_teredo_decapsulation option.

With the more precise Teredo option, it seems no longer needed, and it
was a bit of a fragile mechanism to begin with.
This commit is contained in:
Robin Sommer 2015-08-14 08:34:41 -07:00
parent a9867c706d
commit ac5c4f117f
9 changed files with 8 additions and 75 deletions

View file

@ -19,7 +19,6 @@ const Tunnel::enable_ayiya: bool;
const Tunnel::enable_teredo: bool;
const Tunnel::enable_gtpv1: bool;
const Tunnel::enable_gre: bool;
const Tunnel::yielding_teredo_decapsulation: bool;
const Tunnel::delay_teredo_confirmation: bool;
const Tunnel::delay_gtp_confirmation: bool;
const Tunnel::ip_tunnel_timeout: interval;