Remove Tunnel::decapsulate_ip option.

Setting Tunnel::max_depth to zero effectively disables tunnel
decapsulation.
This commit is contained in:
Jon Siwek 2012-04-24 14:25:47 -05:00
parent 4d86f38be0
commit bd01525a86
4 changed files with 2 additions and 12 deletions

View file

@ -16,7 +16,7 @@ public:
{ return new AYIYA_Analyzer(conn); }
static bool Available()
{ return BifConst::Tunnel::decapsulate_ip; }
{ return BifConst::Tunnel::max_depth > 0; }
protected:
friend class AnalyzerTimer;