aboutsummaryrefslogtreecommitdiffstats
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:33 +0000
commit90da24356f2d00801fa492b9fa40d8e10ebdb7bf (patch)
treebbca918beccd3ef0a21c2d6772388a06411cbb3c /vnet/vnet/l2/l2_output_acl.c
parent3c1f5321e5ae2810b4e6b64c0d75fb548a85a22f (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 f75345f1dbd..dc133232eab 100644
--- a/vnet/vnet/l2/l2_output_acl.c
+++ b/vnet/vnet/l2/l2_output_acl.c
@@ -296,6 +296,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]
@@ -333,3 +335,4 @@ VLIB_CLI_COMMAND (int_l2_outacl_cli, static) = {
.short_help = "set interface acl output <interface> [disable]",
.function = int_l2_outacl,
};
+#endif