diff options
| author | Russ White <russ@riw.us> | 2022-02-08 08:30:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 08:30:02 -0500 |
| commit | e735c8073c70abddab09f8600b551df7f630809e (patch) | |
| tree | c6633385ede3e143af1b353a150a1b1e8cd50433 /include | |
| parent | 54e351b86bca0a868a2846bd55448223064003f8 (diff) | |
| parent | 1c5fede26a2a73334e466c605b3e51f9e07a9e2b (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.h | 1 |
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) |
