summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-02-08 08:30:02 -0500
committerGitHub <noreply@github.com>2022-02-08 08:30:02 -0500
commite735c8073c70abddab09f8600b551df7f630809e (patch)
treec6633385ede3e143af1b353a150a1b1e8cd50433 /include
parent54e351b86bca0a868a2846bd55448223064003f8 (diff)
parent1c5fede26a2a73334e466c605b3e51f9e07a9e2b (diff)
Merge pull request #9649 from proelbtn/add-support-for-end-dt4
add support for SRv6 IPv4 L3VPN
Diffstat (limited to 'include')
-rw-r--r--include/linux/seg6_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/seg6_local.h b/include/linux/seg6_local.h
index 5312de80bc..bb5c8ddfce 100644
--- a/include/linux/seg6_local.h
+++ b/include/linux/seg6_local.h
@@ -26,6 +26,7 @@ enum {
SEG6_LOCAL_IIF,
SEG6_LOCAL_OIF,
SEG6_LOCAL_BPF,
+ SEG6_LOCAL_VRFTABLE,
__SEG6_LOCAL_MAX,
};
#define SEG6_LOCAL_MAX (__SEG6_LOCAL_MAX - 1)