diff options
author | Steven Luong <sluong@cisco.com> | 2022-10-24 09:10:59 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-01-19 21:37:25 +0000 |
commit | 8bd4db5996ba1144f659ea5341f1c2727c650bcd (patch) | |
tree | 05ebf7985499bf10b842faf68af2c1d4a5d7c138 /MAINTAINERS | |
parent | dd2eff6d060c787e4a49863c9b97bde7215f7740 (diff) |
vxlan: convert vxlan to a plugin
per https://jira.fd.io/browse/VPP-2058
Type: improvement
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ica0828de218d25ada2d0d1491e373c3b78179ac1
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5701ebdd9ff..d65be3844c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -288,9 +288,10 @@ F: src/vnet/udp VNET VXLAN I: vxlan +Y: src/plugins/vxlan/FEATURE.yaml M: John Lo <lojultra2020@outlook.com> M: Steven Luong <sluong@cisco.com> -F: src/vnet/vxlan/ +F: src/plugins/vxlan/ VNET VXLAN-GPE I: vxlan-gpe |