snort: snort3 plugin and DAQ
[vpp.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         M: Maintainer Full name and E-mail address: Full Name <address@domain>
4            One maintainer per line.  Multiple M: lines acceptable.
5         F: Files and directories with wildcard patterns.
6            A trailing slash includes all files and subdirectory files.
7            F:   drivers/net/    all files in and below drivers/net
8            F:   drivers/net/*   all files in drivers/net, but not below
9            One pattern per line.  Multiple F: lines acceptable.
10         E: exclude file(s) matched by F:
11         C: Single line comment related to current section.
12         I: single word feature/component identifier
13         Y: path to feature YAML file
14
15                 -----------------------------------
16
17 Build System
18 I:      build
19 M:      Damjan Marion <damarion@cisco.com>
20 F:      Makefile
21 F:      src/CMakeLists.txt
22 F:      src/cmake/
23 F:      build/
24
25 Build System Internal
26 I:      ebuild
27 M:      Dave Barach <vpp@barachs.net>
28 F:      build-root/Makefile
29 F:      build-data/
30
31 VNET Link Bonding
32 I:      bonding
33 M:      Steven Luong <sluong@cisco.com>
34 F:      src/vnet/bonding/
35
36 Doxygen
37 I:      doxygen
38 M:      Chris Luke <chrisy@flirble.org>
39 F:      doxygen/
40
41 Sphinx Documents
42 I:      docs
43 M:      John DeNisco <jdenisco@cisco.com>
44 M:      Ray Kinsella <raykinsella78@gmail.com>
45 F:      docs/
46
47 Infrastructure Library
48 I:      vppinfra
49 M:      Dave Barach <vpp@barachs.net>
50 F:      src/vppinfra/
51
52 Physical Memory Allocator
53 I:      pmalloc
54 M:      Damjan Marion <damarion@cisco.com>
55 F:      src/vppinfra/pmalloc.[ch]
56
57 Vector Library
58 I:      vlib
59 M:      Dave Barach <vpp@barachs.net>
60 M:      Damjan Marion <damarion@cisco.com>
61 F:      src/vlib/
62 E:      src/vlib/buffer*.[ch]
63 E:      src/vlib/pci/
64 E:      src/vlib/linux/pci.[ch]
65 E:      src/vlib/linux/vfio.[ch]
66
67 Vector Library - Buffer Management
68 I:      buffers
69 M:      Damjan Marion <damarion@cisco.com>
70 M:      Dave Barach <vpp@barachs.net>
71 F:      src/vlib/buffer*.[ch]
72
73 Vector Library - PCI
74 I:      pci
75 M:      Damjan Marion <damarion@cisco.com>
76 F:      src/vlib/pci/
77 F:      src/vlib/linux/pci.[ch]
78 F:      src/vlib/linux/vfio.[ch]
79
80 Binary API Libraries
81 I:      api
82 M:      Dave Barach <vpp@barachs.net>
83 F:      src/vlibapi/
84 F:      src/vlibmemory/
85
86 VNET Bidirectional Forwarding Detection (BFD)
87 I:      bfd
88 M:      Klement Sekera <ksekera@cisco.com>
89 F:      src/vnet/bfd/
90
91 VNET Classifier
92 I:      classify
93 M:      Dave Barach <vpp@barachs.net>
94 F:      src/vnet/classify
95
96 VNET Policer
97 I:      policer
98 M:      Neale Ranns <neale@graphiant.com>
99 F:      src/vnet/policer/
100
101 VNET Device Drivers
102 I:      devices
103 Y:      src/vnet/devices/af_packet/FEATURE.yaml
104 Y:      src/vnet/devices/pipe/FEATURE.yaml
105 M:      Damjan Marion <damarion@cisco.com>
106 F:      src/vnet/devices/
107
108 VNET TAP Drivers
109 I:      tap
110 Y:      src/vnet/devices/tap/FEATURE.yaml
111 M:      Damjan Marion <damarion@cisco.com>
112 M:      Steven Luong <sluong@cisco.com>
113 M:      Mohsin Kazmi <sykazmi@cisco.com>
114 F:      src/vnet/devices/tap/
115
116 VNET Vhost User Driver
117 I:      vhost
118 Y:      src/vnet/devices/virtio/FEATURE.yaml
119 M:      Steven Luong <sluong@cisco.com>
120 F:      src/vnet/devices/virtio/vhost_user*
121
122 VNET Native Virtio Drivers
123 I:      virtio
124 Y:      src/vnet/devices/virtio/FEATURE.yaml
125 M:      Mohsin Kazmi <sykazmi@cisco.com>
126 M:      Damjan Marion <damarion@cisco.com>
127 F:      src/vnet/devices/virtio/
128
129 VNET Ethernet
130 I:      ethernet
131 M:      Dave Barach <vpp@barachs.net>
132 M:      Damjan Marion <damarion@cisco.com>
133 F:      src/vnet/ethernet/
134
135 VNET Feature Arcs
136 I:      feature
137 M:      Dave Barach <vpp@barachs.net>
138 M:      Damjan Marion <damarion@cisco.com>
139 F:      src/vnet/feature/
140
141 VNET FIB
142 I:      fib
143 M:      Neale Ranns <neale@graphiant.com>
144 F:      src/vnet/fib/
145 F:      src/vnet/mfib/
146 F:      src/vnet/dpo
147 F:      src/vnet/adj
148
149 VNET IPv4 LPM
150 I:      ip
151 M:      Dave Barach <vpp@barachs.net>
152 F:      src/vnet/ip/
153
154 VNET IPv6 LPM
155 I:      ip6
156 M:      Neale Ranns <neale@graphiant.com>
157 M:      Jon Loeliger <jdl@netgate.com>
158 F:      src/vnet/ip/
159
160 VNET IP Neighbors
161 I:      ip-neighbor
162 M:      Neale Ranns <neale@graphiant.com>
163 F:      src/vnet/ip-neighbor
164
165 VNET QoS
166 I:      qos
167 M:      Neale Ranns <neale@graphiant.com>
168 F:      src/vnet/qos/
169
170 VNET Interface Common
171 I:      interface
172 M:      Dave Barach <vpp@barachs.net>
173 F:      src/vnet/interface*.[ch]
174
175 VNET Packet Generator
176 I:      pg
177 M:      Dave Barach <vpp@barachs.net>
178 F:      src/vnet/pg/
179
180 VNET Segment Routing (IPv6 and MPLS)
181 I:      sr
182 M:      Pablo Camarillo <pcamaril@cisco.com>
183 F:      src/vnet/srv6/
184 F:      src/vnet/srmpls/
185 F:      src/examples/srv6-sample-localsid/
186
187 VNET IPSec
188 I:      ipsec
189 M:      Neale Ranns <neale@graphiant.com>
190 M:      Radu Nicolau <radu.nicolau@intel.com>
191 F:      src/vnet/ipsec/
192
193 VNET Crypto Infra
194 I:      crypto
195 M:      Damjan Marion <damarion@cisco.com>
196 M:      Neale Ranns <neale@graphiant.com>
197 F:      src/vnet/crypto/
198
199 VNET TEIB
200 I:      teib
201 M:      Neale Ranns <neale@graphiant.com>
202 F:      src/vnet/teib/
203
204 VNET SPAN
205 I:      span
206 M:      N/A
207 F:      src/vnet/span
208
209 Plugin - Crypto - native
210 I:      crypto-native
211 M:      Damjan Marion <damarion@cisco.com>
212 F:      src/plugins/crypto_native/
213
214 Plugin - Crypto - OpenSSL
215 I:      crypto-openssl
216 M:      Damjan Marion <damarion@cisco.com>
217 F:      src/plugins/crypto_openssl/
218
219 Plugin - Crypto - ipsecmb
220 I:      crypto-ipsecmb
221 M:      Neale Ranns <neale@graphiant.com>
222 F:      src/plugins/crypto_ipsecmb/
223
224 VNET L2
225 I:      l2
226 M:      John Lo <lojultra2020@outlook.com>
227 M:      Steven Luong <sluong@cisco.com>
228 F:      src/vnet/l2/
229
230 VNET Link Layer Discovery Protocol (LLDP)
231 I:      lldp
232 M:      Klement Sekera <ksekera@cisco.com>
233 F:      src/vnet/lldp/
234
235 VNET LISP
236 I:      lisp
237 Y:      src/vnet/lisp-cp/FEATURE.yaml
238 Y:      src/vnet/lisp-gpe/FEATURE.yaml
239 M:      Florin Coras <fcoras@cisco.com>
240 F:      src/vnet/lisp-cp/
241 F:      src/vnet/lisp-gpe/
242
243 VNET GRE
244 I:      gre
245 M:      Neale Ranns <neale@graphiant.com>
246 F:      src/vnet/gre/
247
248 VNET GSO
249 I:      gso
250 M:      Andrew Yourtchenko <ayourtch@gmail.com>
251 M:      Mohsin Kazmi <sykazmi@cisco.com>
252 F:      src/vnet/gso/
253
254 Plugin - MAP
255 I:      map
256 Y:      src/plugins/map/FEATURE.yaml
257 M:      Ole Troan <ot@cisco.com>
258 M:      Jon Loeliger <jdl@netgate.com>
259 F:      src/plugins/map
260
261 VNET MPLS
262 I:      mpls
263 M:      Neale Ranns <neale@graphiant.com>
264 F:      src/vnet/mpls/
265
266 VNET BIER
267 I:      bier
268 M:      Neale Ranns <neale@graphiant.com>
269 F:      src/vnet/bier/
270
271 VNET Session Layer
272 I:      session
273 Y:      src/vnet/session/FEATURE.yaml
274 M:      Florin Coras <fcoras@cisco.com>
275 F:      src/vnet/session
276
277 VNET TCP
278 I:      tcp
279 Y:      src/vnet/tcp/FEATURE.yaml
280 M:      Florin Coras <fcoras@cisco.com>
281 F:      src/vnet/tcp
282
283 VNET UDP
284 I:      udp
285 Y:      src/vnet/udp/FEATURE.yaml
286 M:      Florin Coras <fcoras@cisco.com>
287 F:      src/vnet/udp
288
289 VNET VXLAN
290 I:      vxlan
291 M:      John Lo <lojultra2020@outlook.com>
292 M:      Steven Luong <sluong@cisco.com>
293 F:      src/vnet/vxlan/
294
295 VNET VXLAN-GPE
296 I:      vxlan-gpe
297 M:      Hongjun Ni <hongjun.ni@intel.com>
298 F:      src/vnet/vxlan-gpe/
299
300 VNET VXLAN-GBP
301 I:      vxlan-gbp
302 M:      Mohsin Kazmi <sykazmi@cisco.com>
303 M:      Neale Ranns <neale@graphiant.com>
304 F:      src/vnet/vxlan-gbp/
305
306 VNET IPIP
307 I:      ipip
308 Y:      src/vnet/ipip/FEATURE.yaml
309 M:      Ole Troan <otroan@employees.org>
310 F:      src/vnet/ipip/
311
312 VNET tunnel
313 I:      tunnel
314 M:      Neale Ranns <neale@graphiant.com>
315 F:      src/vnet/tunnel'
316
317 VNET TLS and TLS engine plugins
318 I:      tls
319 M:      Florin Coras <fcoras@cisco.com>
320 M:      Ping Yu <ping.yu@intel.com>
321 F:      src/vnet/tls
322 F:      src/plugins/tlsopenssl
323 F:      src/plugins/tlsmbedtls
324 F:      src/plugins/tlspicotls
325
326 VNET SYSLOG
327 I:      syslog
328 M:      Matus Fabian <matfabia@cisco.com>
329 F:      src/vnet/syslog
330
331 Plugin - DHCP
332 I:      dhcp
333 M:      Dave Barach <vpp@barachs.net>
334 M:      Neale Ranns <neale@graphiant.com>
335 F:      src/plugins/dhcp/
336
337 VNET - ARP
338 I:      arp
339 M:      Dave Barach <vpp@barachs.net>
340 M:      Neale Ranns <neale@graphiant.com>
341 F:      src/vnet/arp/
342
343 Plugin - ARPing CLI
344 I:      arping
345 M:      Steven Luong <sluong@cisco.com>
346 F:      src/plugins/arping/
347
348 VNET - IP6 Neighbor Discovery
349 I:      ip6-nd
350 M:      Dave Barach <vpp@barachs.net>
351 M:      Neale Ranns <neale@graphiant.com>
352 F:      src/vnet/ip6-nd/
353
354 VNET GENEVE
355 I:      geneve
356 M:      N/A
357 F:      src/vnet/geneve/
358
359 VNET FLOW
360 I:      flow
361 M:      Damjan Marion <damarion@cisco.com>
362 F:      src/vnet/flow/
363
364 VPP Main App
365 I:      vpp
366 M:      Dave Barach <vpp@barachs.net>
367 M:      Damjan Marion <damarion@cisco.com>
368 F:      src/vpp/
369
370 Plugin - Access Control List (ACL) Based Forwarding
371 I:      abf
372 M:      Neale Ranns <neale@graphiant.com>
373 F:      src/plugins/abf/
374
375 Plugin - Allow / Deny List
376 I:      adl
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/adl/
379
380 Plugin - Simple DNS name resolver
381 I:      dns
382 M:      Dave Barach <vpp@barachs.net>
383 F:      src/plugins/dns/
384
385 Plugin - ACL
386 I:      acl
387 M:      Andrew Yourtchenko <ayourtch@gmail.com>
388 F:      src/plugins/acl/
389
390 Plugin - NAT
391 I:      nat
392 M:      Ole Troan <ot@cisco.com>
393 M:  Filip Varga <fivarga@cisco.com>
394 M:  Klement Sekera <ksekera@cisco.com>
395 F:      src/plugins/nat/
396
397 Plugin - PNAT Static match and rewrite engine
398 I:      pnat
399 M:      Ole Troan <ot@cisco.com>
400 F:      src/plugins/nat/pnat/
401
402 Plugin - AVF Device driver
403 I:      avf
404 M:      Damjan Marion <damarion@cisco.com>
405 F:      src/plugins/avf/
406
407 Plugin - Dispatch Trace PCAP
408 I:      dispatch-trace
409 M:      Dave Barach <vpp@barachs.net>
410 F:      src/plugins/dispatch-trace
411
412 Plugin - DPDK
413 I:      dpdk
414 M:      Damjan Marion <damarion@cisco.com>
415 F:      src/plugins/dpdk/
416
417 Plugin - DPDK Crypto
418 I:      dpdk-ipsec
419 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
420 M:      Radu Nicolau <radu.nicolau@intel.com>
421 F:      src/plugins/dpdk/ipsec/
422
423 Plugin - flowprobe
424 I:      flowprobe
425 Y:      src/plugins/flowprobe/FEATURE.yaml
426 M:      Ole Troan <otroan@employees.org>
427 F:      src/plugins/flowprobe/
428
429 Plugin - http_static
430 I:      http_static
431 M:      Dave Barach <vpp@barachs.net>
432 F:      src/plugins/http_static/
433
434 Plugin - builtinurl
435 I:      builtinurl
436 M:      Dave Barach <vpp@barachs.net>
437 F:      src/plugins/builtinurl/
438
439 Plugin - Group Based Policy (GBP)
440 I:      gbp
441 M:      Neale Ranns <neale@graphiant.com>
442 F:      src/plugins/gbp/
443
444 Plugin - GTPU
445 I:      gtpu
446 M:      Hongjun Ni <hongjun.ni@intel.com>
447 F:      src/plugins/gtpu/
448
449 Plugin - Internet Key Exchange (IKEv2) Protocol
450 I:      ikev2
451 M:      Damjan Marion <damarion@cisco.com>
452 M:      Neale Ranns <neale@graphiant.com>
453 M:      Filip Tehlar <ftehlar@cisco.com>
454 M:      Benoît Ganne <bganne@cisco.com>
455 F:      src/plugins/ikev2/
456
457 Plugin - Internet Group Management Protocol (IGMP)
458 I:      igmp
459 M:      Neale Ranns <neale@graphiant.com>
460 F:      src/plugins/igmp/
461
462 Plugin - L3 Cross-Connect (L3XC)
463 I:      l3xc
464 M:      Neale Ranns <neale@graphiant.com>
465 F:      src/plugins/l3xc/
466
467 Plugin - memif device driver
468 I:      memif
469 M:      Damjan Marion <damarion@cisco.com>
470 F:      src/plugins/memif/
471
472 Plugin - Marvell MUSDK device driver
473 I:      marvell
474 M:      Damjan Marion <damarion@cisco.com>
475 F:      src/plugins/marvell/
476
477 Plugin - performance counter
478 I:      perfmon
479 M:      Damjan Marion <damarion@cisco.com>
480 F:      src/plugins/perfmon/
481
482 Plugin - PPPoE
483 I:      pppoe
484 M:      Hongjun Ni <hongjun.ni@intel.com>
485 F:      src/plugins/pppoe/
486
487 Plugin - Ping
488 I:      ping
489 M:      Andrew Yourtchenko <ayourtch@gmail.com>
490 F:      src/plugins/ping
491
492 Plugin - IPv6 Segment Routing Dynamic Proxy
493 I:      srv6-ad
494 M:      Francois Clad <fclad@cisco.com>
495 F:      src/plugins/srv6-ad/
496
497 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
498 I:      srv6-ad-flow
499 M:      Francois Clad <fclad@cisco.com>
500 F:      src/plugins/srv6-ad-flow/
501
502 Plugin - IPv6 Segment Routing Masquerading Proxy
503 I:      srv6-am
504 M:      Francois Clad <fclad@cisco.com>
505 F:      src/plugins/srv6-am/
506
507 Plugin - IPv6 Segment Routing Static Proxy
508 I:      srv6-as
509 M:      Francois Clad <fclad@cisco.com>
510 F:      src/plugins/srv6-as/
511
512 Plugin - IPv6 Segment Routing Mobile
513 I:      srv6-mobile
514 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
515 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
516 F:      src/plugins/srv6-mobile/
517
518 Plugin - Link Aggregation Control Protocol
519 I:      lacp
520 M:      Steven Luong <sluong@cisco.com>
521 F:      src/plugins/lacp/
522
523 Plugin - Load Balancer
524 I:      lb
525 M:      Pfister <ppfister@cisco.com>
526 M:      Hongjun Ni <hongjun.ni@intel.com>
527 F:      src/plugins/lb/
528
529 Plugin - NSH
530 I:      nsh
531 M:      Hongjun Ni <hongjun.ni@intel.com>
532 M:      Vengada <venggovi@cisco.com>
533 F:      src/plugins/nsh/
534
535 Plugin - TCP MSS Clamping
536 I:      mss_clamp
537 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
538 F:      src/plugins/mss_clamp/
539
540 Plugin - Time-based MAC filter
541 I:      mactime
542 Y:      src/plugins/mactime/FEATURE.yaml
543 M:      Dave Barach <vpp@barachs.net>
544 F:      src/plugins/mactime/
545
546 Plugin - Network Delay Simulator
547 I:      nsim
548 Y:      src/plugins/nsim/FEATURE.yaml
549 M:      Dave Barach <vpp@barachs.net>
550 F:      src/plugins/nsim/
551
552 Plugin - Buffer Metadata Modification Tracker
553 I:      mdata
554 M:      Dave Barach <vpp@barachs.net>
555 F:      src/plugins/mdata/
556
557 Plugin - Unit Tests
558 I:      unittest
559 M:      Dave Barach <vpp@barachs.net>
560 M:      Florin Coras <fcoras@cisco.com>
561 F:      src/plugins/unittest/
562
563 Test Infrastructure
564 I:      tests
565 M:      Klement Sekera <ksekera@cisco.com>
566 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
567 F:      test/
568
569 SVM Library
570 I:      svm
571 M:      Dave Barach <vpp@barachs.net>
572 F:      src/svm
573
574 VPP API TEST
575 I:      vat
576 M:      Dave Barach <vpp@barachs.net>
577 F:      src/vat/
578
579 VPP Executable
580 I:      vpp
581 M:      Dave Barach <vpp@barachs.net>
582 F:      src/vpp/
583
584 Emacs templates
585 I:      emacs
586 M:      Dave Barach <vpp@barachs.net>
587 F:      extras/emacs/
588
589 Graphical Event Viewer
590 I:      g2
591 M:      Dave Barach <vpp@barachs.net>
592 F:      src/tools/g2/
593
594 Performance Tooling
595 I:      perftool
596 M:      Dave Barach <vpp@barachs.net>
597 F:      src/tools/perftool/
598
599 Plugin - vmxnet3 device driver
600 I:      vmxnet3
601 M:      Steven Luong <sluong@cisco.com>
602 F:      src/plugins/vmxnet3/
603
604 Binary API Compiler for Python
605 I:      vppapigen
606 M:      Ole Troan <otroan@employees.org>
607 F:      src/tools/vppapigen/
608 F:  extras/scripts/crcchecker.py
609
610 API trace tool
611 I:      vppapitrace
612 M:      Ole Troan <otroan@employees.org>
613 F:      src/tools/vppapitrace/
614
615 Binary API Compiler for C and C++
616 I:      vapi
617 M:      Ole Troan <ot@cisco.com>
618 F:      src/vpp-api/vapi
619
620 Plugin - RDMA (ibverb) driver
621 I:      rdma
622 M:      Benoît Ganne <bganne@cisco.com>
623 M:      Damjan Marion <damarion@cisco.com>
624 F:      src/plugins/rdma/
625
626 Plugin - QUIC protocol
627 I:      quic
628 M:      Aloys Augustin <aloaugus@cisco.com>
629 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
630 M:      Dave Wallace <dwallacelf@gmail.com>
631 M:      Florin Coras <fcoras@cisco.com>
632 Y:      src/plugins/quic/FEATURE.yaml
633 F:      src/plugins/quic/
634
635 Plugin - snort plugin
636 I:      snort
637 M:      Damjan Marion <damarion@cisco.com>
638 F:      src/plugins/snort/
639
640 libmemif
641 I:      libmemif
642 M:      Damjan Marion <damarion@cisco.com>
643 F:      extras/libmemif
644
645 gomemif
646 I:      gomemif
647 M:      Jakub Grajciar <jgrajcia@cisco.com>
648 F:      extras/gomemif
649
650 VPP Comms Library
651 I:      vcl
652 Y:      src/vnet/vcl/FEATURE.yaml
653 M:      Florin Coras <fcoras@cisco.com>
654 F:      src/vcl
655
656 Statistics Segment
657 I:      stats
658 M:      Ole Troan <ot@cisco.com>
659 F:      src/vpp/stats/
660 F:      src/vpp-api/client/stat_client.[ch]
661
662 Plugin - Host Stack Applications
663 I:      hsa
664 M:      Florin Coras <fcoras@cisco.com>
665 M:      Dave Wallace <dwallacelf@gmail.com>
666 M:      Aloys Augustin <aloaugus@cisco.com>
667 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
668 F:      src/plugins/hs_apps/
669
670 Python binding for the VPP API
671 I:      papi
672 M:      Ole Troan <ot@cisco.com>
673 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
674 F:      src/vpp-api/python
675
676 Plugin - Cisco Discovery Protocol
677 I:      cdp
678 M:      vpp-dev Mailing List <vpp-dev@fd.io>
679 C:  Unmaintained
680 F:      src/plugins/cdp/
681
682 Plugin - Source VRF Select
683 I:      svs
684 M:      Neale Ranns <neale@graphiant.com>
685 F:      src/plugins/svs/
686
687 Plugin - LAN Emulation
688 I:      l2e
689 M:      Neale Ranns <neale@graphiant.com>
690 F:      src/plugins/l2e/
691
692 Plugin - IPv6 Connection Tracker
693 I:      ct6
694 M:      Dave Barach <vpp@barachs.net>
695 F:      src/plugins/ct6
696
697 Plugin - Steal The NIC
698 I:      stn
699 M:      vpp-dev Mailing List <vpp-dev@fd.io>
700 C:  Unmaintained
701 F:      src/plugins/stn
702
703 Plugin - IOAM
704 I:      ioam
705 M:      vpp-dev Mailing List <vpp-dev@fd.io>
706 C:  Unmaintained
707 F:      src/plugins/ioam
708
709 Plugin - Awkward chained buffer geometry tool
710 I:      oddbuf
711 M:      Dave Barach <vpp@barachs.net>
712 F:      src/plugins/oddbuf
713
714 Plugin - VRRP
715 I:      vrrp
716 M:      Matthew Smith <mgsmith@netgate.com>
717 F:      src/plugins/vrrp
718
719 Plugin - Unicast Reverse Path forwarding
720 I:      urpf
721 M:      Neale Ranns <neale@graphiant.com>
722 F:      src/plugins/urpf
723
724 Plugin - CNat
725 I:      cnat
726 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
727 M:      Neale Ranns <neale@graphiant.com>
728 F:      src/plugins/cnat
729
730 Plugin - Wireguard
731 I:      wireguard
732 M:      Artem Glazychev <artem.glazychev@xored.com>
733 F:      src/plugins/wireguard
734
735 VPP Config Tooling
736 I:      vpp_config
737 M:      John DeNisco <jdenisco@cisco.com>
738 F:      extras/vpp_config
739
740 bash functions
741 I:      bash
742 M:      Dave Wallace <dwallacelf@gmail.com>
743 F:      extras/bash/
744
745 Plugin - AF_XDP driver
746 I:      af_xdp
747 M:      Benoît Ganne <bganne@cisco.com>
748 M:      Damjan Marion <damarion@cisco.com>
749 F:      src/plugins/af_xdp/
750
751 Plugin - geneve
752 I:      geneve
753 M:      community vpp-dev@lists.fd.io
754 F:      src/plugins/geneve/
755
756 Plugin - linux-cp
757 I:      linux-cp
758 M:      Neale Ranns <neale@graphiant.com>
759 M:      Matthew Smith <mgsmith@netgate.com>
760 F:      src/plugins/linux-cp/
761
762 Plugin - SRTP
763 I:      srtp
764 M:      Florin Coras <fcoras@cisco.com>
765 F:      src/plugins/srtp/
766
767 cJSON
768 I:      cjson
769 M:      Ole Troan <ot@cisco.com>
770 F:      src/vppinfra/cJSON.[ch]
771
772 VAT2
773 I:      vat2
774 M:      Ole Troan <ot@cisco.com>
775 F:      src/vat2/
776
777 THE REST
778 I:      misc
779 M:      vpp-dev Mailing List <vpp-dev@fd.io>
780 C:      Missing Maintainer
781 F:      *
782 F:      */