aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gso/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/gso/cli.c')
-rw-r--r--src/vnet/gso/cli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/gso/cli.c b/src/vnet/gso/cli.c
index 060ce812fad..11dbaad728f 100644
--- a/src/vnet/gso/cli.c
+++ b/src/vnet/gso/cli.c
@@ -76,13 +76,11 @@ done:
return error;
}
-/* *INDENT-OFF* */
VLIB_CLI_COMMAND (set_interface_feature_gso_command, static) = {
.path = "set interface feature gso",
.short_help = "set interface feature gso <intfc> [enable | disable]",
.function = set_interface_feature_gso_command_fn,
};
-/* *INDENT-ON* */
/*
* fd.io coding-style-patch-verification: ON