summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-02-08 14:30:02 +0100
committerGitHub <noreply@github.com>2022-02-08 14:30:02 +0100
commite735c8073c70abddab09f8600b551df7f630809e (patch)
treec6633385ede3e143af1b353a150a1b1e8cd50433 /include
parentMerge pull request #10417 from Orange-OpenSource/TE (diff)
parenttests: add linebreak to follow Python code style (diff)
downloadfrr-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.h1
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)