Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3a29c38
)
gre: Add FEATURE.yaml
93/24193/5
author
Neale Ranns
<
[email protected]
>
Sun, 5 Jan 2020 22:10:35 +0000
(22:10 +0000)
committer
Paul Vinciguerra
<
[email protected]
>
Mon, 6 Jan 2020 02:50:00 +0000
(
02:50
+0000)
Type: docs
Change-Id: Icda0c8d2141294d78447177dd4823d1b2228e830
Signed-off-by: Neale Ranns <
[email protected]
>
Signed-off-by: Paul Vinciguerra <
[email protected]
>
src/vnet/gre/FEATURE.yaml
[new file with mode: 0644]
patch
|
blob
diff --git a/src/vnet/gre/FEATURE.yaml
b/src/vnet/gre/FEATURE.yaml
new file mode 100644
(file)
index 0000000..
a794dac
--- /dev/null
+++ b/
src/vnet/gre/FEATURE.yaml
@@ -0,0
+1,13
@@
+---
+name: Generic Routing Encapsulation
+maintainer: Neale Ranns <
[email protected]
>
+features:
+ - L3 tunnels, all combinations of IPv4 and IPv6
+ - Encap/Decap flags to control the copying of DSCP, ECN, DF from overlay to
+ underlay and vice-versa.
+ - L2 tunnels
+ - NOT supported: keys.
+
+description: "GRE"
+state: production
+properties: [API, CLI, MULTITHREAD]