diff options
Diffstat (limited to 'src/plugins/l2tp/packet.h')
-rw-r--r-- | src/plugins/l2tp/packet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/l2tp/packet.h b/src/plugins/l2tp/packet.h index 66dfea2194c..d7d78f85e53 100644 --- a/src/plugins/l2tp/packet.h +++ b/src/plugins/l2tp/packet.h @@ -24,14 +24,12 @@ * tunnels. It is not present in IOS XR l2tpv3 tunnels. * The Linux implementation is almost certainly wrong. */ -/* *INDENT-OFF* */ typedef CLIB_PACKED (struct { u32 session_id; u64 cookie; u32 l2_specific_sublayer; /* set to 0 (if present) */ }) l2tpv3_header_t; -/* *INDENT-ON* */ #endif /* __included_l2tp_packet_h__ */ |