A Protocol Independent Hierarchical FIB (VPP-352)
[vpp.git] / vnet / vnet / ipsec-gre / ipsec_gre.c
index 24ec6f4..cf0f391 100644 (file)
@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 /**
- * @file ipsec_gre.c
+ * @file
  * @brief L2-GRE over IPSec packet processing.
  *
  * Add GRE header to thr packet and send it to the esp-encrypt node.
 
 ipsec_gre_main_t ipsec_gre_main;
 
-/**
- * @brief IPv4 and GRE header.
- *
-*/
-/* *INDENT-OFF* */
-typedef CLIB_PACKED (struct
-{
-  ip4_header_t ip4;
-  gre_header_t gre;
-}) ip4_and_gre_header_t;
-/* *INDENT-OFF* */
-
 /**
  * @brief IPv4 and GRE header union.
  *