aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_input_classify.c
diff options
context:
space:
mode:
authorhsandid <halsandi@cisco.com>2024-03-26 18:44:19 +0100
committerDave Wallace <dwallacelf@gmail.com>2024-03-29 13:31:50 +0000
commit3e147f08efc82c1c9d131bd03ee2efd493775570 (patch)
tree9edb411f80133c7e59082c37f69bd2fc0f498e79 /src/vnet/l2/l2_input_classify.c
parentdcb5eb5a18bf42cb4d39ae29822664f2cb57622c (diff)
misc: deprecate lawful-intercept
Type: refactor Change-Id: Ifd7f5b351401cdcaaaf57fefc5dbbfdaf235054e Signed-off-by: hsandid <halsandi@cisco.com>
Diffstat (limited to 'src/vnet/l2/l2_input_classify.c')
-rw-r--r--src/vnet/l2/l2_input_classify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_input_classify.c b/src/vnet/l2/l2_input_classify.c
index 248158310a1..cc031bd46a5 100644
--- a/src/vnet/l2/l2_input_classify.c
+++ b/src/vnet/l2/l2_input_classify.c
@@ -461,7 +461,6 @@ VLIB_REGISTER_NODE (l2_input_classify_node) = {
[L2_INPUT_CLASSIFY_NEXT_ETHERNET_INPUT] = "ethernet-input-not-l2",
[L2_INPUT_CLASSIFY_NEXT_IP4_INPUT] = "ip4-input",
[L2_INPUT_CLASSIFY_NEXT_IP6_INPUT] = "ip6-input",
- [L2_INPUT_CLASSIFY_NEXT_LI] = "li-hit",
},
};