summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_output_acl.c
diff options
context:
space:
mode:
authorJohn Lo <loj@cisco.com>2016-06-08 16:08:48 -0400
committerChris Luke <chris_luke@cable.comcast.com>2016-06-09 00:44:11 +0000
commitbbb7682790d774f5bcd9800f0898cfac5c4719c9 (patch)
tree9945294c49a6b5b7e9a0e29740d8ff82e310650b /vnet/vnet/l2/l2_output_acl.c
parentec6290a8a50ab7e551b858d4f1b7b565bf2b0c1e (diff)
VPP-115: Remove stale ACL CLIs which are not supported
The old ACL CLIs still show up in CLI help which can confuse users. Change-Id: I9a3722d3d649c4370df6a09b2c07628e7e4aa0f4 Signed-off-by: John Lo <loj@cisco.com>
Diffstat (limited to 'vnet/vnet/l2/l2_output_acl.c')
-rw-r--r--vnet/vnet/l2/l2_output_acl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnet/vnet/l2/l2_output_acl.c b/vnet/vnet/l2/l2_output_acl.c
index b222255f47e..cf6be97412a 100644
--- a/vnet/vnet/l2/l2_output_acl.c
+++ b/vnet/vnet/l2/l2_output_acl.c
@@ -298,6 +298,8 @@ clib_error_t *l2_outacl_init (vlib_main_t *vm)
VLIB_INIT_FUNCTION (l2_outacl_init);
+#if 0
+/** @todo maybe someone will add output ACL's in the future */
// set subinterface outacl enable/disable
// The CLI format is:
// set interface acl output <interface> [disable]
@@ -335,3 +337,4 @@ VLIB_CLI_COMMAND (int_l2_outacl_cli, static) = {
.short_help = "set interface acl output <interface> [disable]",
.function = int_l2_outacl,
};
+#endif