aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/seg6_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/seg6_local.h')
-rw-r--r--include/uapi/linux/seg6_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/seg6_local.h b/include/uapi/linux/seg6_local.h
index 5ae3ace84de0..332b18f318f8 100644
--- a/include/uapi/linux/seg6_local.h
+++ b/include/uapi/linux/seg6_local.h
@@ -64,6 +64,8 @@ enum {
SEG6_LOCAL_ACTION_END_AM = 14,
/* custom BPF action */
SEG6_LOCAL_ACTION_END_BPF = 15,
+ /* decap and lookup of DA in v4 or v6 table */
+ SEG6_LOCAL_ACTION_END_DT46 = 16,
__SEG6_LOCAL_ACTION_MAX,
};