Depth Corps

The Depth Corps (Hebrew: מפקדת העומק, lit. Depth Headquarters) of the Israel Defense Forces (IDF) is a command formed in 2011 to coordinate the IDF's long range operations and operations deep in enemy territory.

The command originally formed in the 1980s but was scaled down and then planned again in the 2000s. The decision for its formation in the current form was taken by Chief of Staff Benny Gantz in 2011. Major General Shay Avital formed and led the unit from its creation in 2011 until 2014. Major General (res.) Tal Russo led the unit from 2014 - 2017. Its current commander is Major General Muni Katz.

History

The command originally operated in 1982–1986. It was subordinated to the Southern Command and headed by Major General Doron Rubin. It was scaled down and commanded by a Brigadier General until 2011. The last commander of the unit in this form was Gil Tamir.[1]

Operations

The Depth Corps was recreated as a major command out of a feeling that Israel's special forces were underutilized in the nation's conflicts, and out of a lack of a body coordinating their operations behind enemy lines.[2] This was made possible by preparations made by the major generals Shay Avital, Aviv Kokhavi, Ido Nehoshtan and Gadi Eizenkot.[1] According to Israeli newspaper Haaretz, it was also a means for Defense Minister Ehud Barak to realize his vision of having more special forces veterans in IDF's General Staff.[2]

Previously, many of IDF's special operations were commanded by the naval or air force chiefs by virtue of the soldiers being transported by sea or air, respectively, regardless of the essence of these operations.[2]

One of the primary missions for the new corps will be the special forces operations to prevent transfer of advanced weaponry of supplies to Groups like Hamas and Hezbollah.. This may include new naval units and possibly a squadron of Bell Boeing V-22 Osprey aircraft.[3]

gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. Zeitoun, Yoav (December 15, 2011). "In Light of the Iranian Threat: Depth Headquarters Returns to Life". Ynet (in Hebrew). Retrieved 2011-12-19.
  2. Oren, Amir (December 16, 2011). "What is Behind the Founding of the Depth Headquarters in the IDF?" (in Hebrew). Haaretz. Retrieved 2011-12-19.
  3. Opall-Rome, Barbara. "Israel’s Growing Commando Force Eyes V-22s." DefenseNews, 28 April 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.