diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-07-14 22:13:02 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-10-07 15:35:12 +0000 |
commit | 9888fdad4170627b0b26c902cc22d9df23ba56c2 (patch) | |
tree | 84f43f3b70349dde9f6f828e1dbc3eabbdb4404d | |
parent | f50aab0184544deb0fa3f8d126fd9a78206eddd6 (diff) |
misc: MAINTAINERS fixes for lldp and lisp
They are now plugins
Type: docs
Change-Id: I37d0db10872218cb645feda83fc47b14a57ceada
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r-- | MAINTAINERS | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d58276514fc..a5bcc707983 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -234,19 +234,6 @@ M: John Lo <lojultra2020@outlook.com> M: Steven Luong <sluong@cisco.com> F: src/vnet/l2/ -VNET Link Layer Discovery Protocol (LLDP) -I: lldp -M: Klement Sekera <ksekera@cisco.com> -F: src/vnet/lldp/ - -VNET LISP -I: lisp -Y: src/vnet/lisp-cp/FEATURE.yaml -Y: src/vnet/lisp-gpe/FEATURE.yaml -M: Florin Coras <fcoras@cisco.com> -F: src/vnet/lisp-cp/ -F: src/vnet/lisp-gpe/ - VNET GRE I: gre M: Neale Ranns <neale@graphiant.com> @@ -479,6 +466,18 @@ I: l3xc M: Neale Ranns <neale@graphiant.com> F: src/plugins/l3xc/ +Plugin - LISP +I: lisp +Y: src/plugins/lisp/lisp-cp/FEATURE.yaml +Y: src/plugins/lisp/lisp-gpe/FEATURE.yaml +M: Florin Coras <fcoras@cisco.com> +F: src/plugins/lisp/ + +Plugin - Link Layer Discovery Protocol (LLDP) +I: lldp +M: Klement Sekera <ksekera@cisco.com> +F: src/plugins/lldp/ + Plugin - memif device driver I: memif M: Damjan Marion <damarion@cisco.com> |