diff options
author | Neale Ranns <nranns@cisco.com> | 2019-07-04 14:12:50 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-07-05 17:57:33 +0000 |
commit | 81cfa9cf388a742bad0d71ba1c92debb04c6cdba (patch) | |
tree | 5d70a658456730b7c6834d9a0c2279ec40d25bd8 /MAINTAINERS | |
parent | fe2fff37bbe215f092a452e8322de7f885fc0298 (diff) |
vxlan-gbp: Decap ignores reserved bits
Type: fix
from the draft:
3. Backward Compatibility
VXLAN [RFC7348] requires reserved fields to be set to zero on
transmit and ignored on receive.
Change-Id: I98544907894f1a6eba9595a37c3c88322905630e
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3fd5ef6878e..54e9a63a5bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -209,6 +209,12 @@ I: vxlan-gpe M: Hongjun Ni <hongjun.ni@intel.com> F: src/vnet/vxlan-gpe/ +VNET VXLAN-GBP +I: vxlan-gbp +M: Mohsin Kazmi <sykazmi@cisco.com> +M: Neale Ranns <nranns@cisco.com> +F: src/vnet/vxlan-gbp/ + VNET IPIP I: ipip Y: src/vnet/ipip/FEATURE.yaml |