diff options
Diffstat (limited to 'src/plugins/ioam/encap/ip6_ioam_pot.h')
-rw-r--r-- | src/plugins/ioam/encap/ip6_ioam_pot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/ioam/encap/ip6_ioam_pot.h b/src/plugins/ioam/encap/ip6_ioam_pot.h index 01ce4ac590f..ef6f4c7344c 100644 --- a/src/plugins/ioam/encap/ip6_ioam_pot.h +++ b/src/plugins/ioam/encap/ip6_ioam_pot.h @@ -18,7 +18,6 @@ #include <vnet/ip/ip6_hop_by_hop_packet.h> -/* *INDENT-OFF* */ typedef CLIB_PACKED (struct { ip6_hop_by_hop_option_t hdr; u8 pot_type; @@ -27,7 +26,6 @@ typedef CLIB_PACKED (struct { u64 random; u64 cumulative; }) ioam_pot_option_t; -/* *INDENT-ON* */ #endif /* PLUGINS_IOAM_PLUGIN_IOAM_ENCAP_IP6_IOAM_POT_H_ */ |