diff options
author | Russ White <russ@riw.us> | 2022-02-08 14:30:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 14:30:02 +0100 |
commit | e735c8073c70abddab09f8600b551df7f630809e (patch) | |
tree | c6633385ede3e143af1b353a150a1b1e8cd50433 /include | |
parent | Merge pull request #10417 from Orange-OpenSource/TE (diff) | |
parent | tests: add linebreak to follow Python code style (diff) | |
download | frr-e735c8073c70abddab09f8600b551df7f630809e.tar.xz frr-e735c8073c70abddab09f8600b551df7f630809e.zip |
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 5312de80b..bb5c8ddfc 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) |