srv6-ad-flow: SRv6 Per-Flow Dynamic Proxy
[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 Plugin - ARP
338 I:      arp
339 M:      Dave Barach <vpp@barachs.net>
340 M:      Neale Ranns <neale@graphiant.com>
341 F:      src/plugins/arp/
342
343 Plugin - IP6 Neighbor Discovery
344 I:      ip6-nd
345 M:      Dave Barach <vpp@barachs.net>
346 M:      Neale Ranns <neale@graphiant.com>
347 F:      src/plugins/ip6-nd/
348
349 VNET GENEVE
350 I:      geneve
351 M:      N/A
352 F:      src/vnet/geneve/
353
354 VNET FLOW
355 I:      flow
356 M:      Damjan Marion <damarion@cisco.com>
357 F:      src/vnet/flow/
358
359 VPP Main App
360 I:      vpp
361 M:      Dave Barach <vpp@barachs.net>
362 M:      Damjan Marion <damarion@cisco.com>
363 F:      src/vpp/
364
365 Plugin - Access Control List (ACL) Based Forwarding
366 I:      abf
367 M:      Neale Ranns <neale@graphiant.com>
368 F:      src/plugins/abf/
369
370 Plugin - Allow / Deny List
371 I:      adl
372 M:      Dave Barach <vpp@barachs.net>
373 F:      src/plugins/adl/
374
375 Plugin - Simple DNS name resolver
376 I:      dns
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/dns/
379
380 Plugin - ACL
381 I:      acl
382 M:      Andrew Yourtchenko <ayourtch@gmail.com>
383 F:      src/plugins/acl/
384
385 Plugin - NAT
386 I:      nat
387 M:      Ole Troan <ot@cisco.com>
388 M:  Filip Varga <fivarga@cisco.com>
389 M:  Klement Sekera <ksekera@cisco.com>
390 F:      src/plugins/nat/
391
392 Plugin - PNAT Static match and rewrite engine
393 I:      pnat
394 M:      Ole Troan <ot@cisco.com>
395 F:      src/plugins/nat/pnat/
396
397 Plugin - AVF Device driver
398 I:      avf
399 M:      Damjan Marion <damarion@cisco.com>
400 F:      src/plugins/avf/
401
402 Plugin - Dispatch Trace PCAP
403 I:      dispatch-trace
404 M:      Dave Barach <vpp@barachs.net>
405 F:      src/plugins/dispatch-trace
406
407 Plugin - DPDK
408 I:      dpdk
409 M:      Damjan Marion <damarion@cisco.com>
410 F:      src/plugins/dpdk/
411
412 Plugin - DPDK Crypto
413 I:      dpdk-ipsec
414 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
415 M:      Radu Nicolau <radu.nicolau@intel.com>
416 F:      src/plugins/dpdk/ipsec/
417
418 Plugin - flowprobe
419 I:      flowprobe
420 Y:      src/plugins/flowprobe/FEATURE.yaml
421 M:      Ole Troan <otroan@employees.org>
422 F:      src/plugins/flowprobe/
423
424 Plugin - http_static
425 I:      http_static
426 M:      Dave Barach <vpp@barachs.net>
427 F:      src/plugins/http_static/
428
429 Plugin - builtinurl
430 I:      builtinurl
431 M:      Dave Barach <vpp@barachs.net>
432 F:      src/plugins/builtinurl/
433
434 Plugin - Group Based Policy (GBP)
435 I:      gbp
436 M:      Neale Ranns <neale@graphiant.com>
437 F:      src/plugins/gbp/
438
439 Plugin - GTPU
440 I:      gtpu
441 M:      Hongjun Ni <hongjun.ni@intel.com>
442 F:      src/plugins/gtpu/
443
444 Plugin - Internet Key Exchange (IKEv2) Protocol
445 I:      ikev2
446 M:      Damjan Marion <damarion@cisco.com>
447 M:      Neale Ranns <neale@graphiant.com>
448 M:      Filip Tehlar <ftehlar@cisco.com>
449 M:      Benoît Ganne <bganne@cisco.com>
450 F:      src/plugins/ikev2/
451
452 Plugin - Internet Group Management Protocol (IGMP)
453 I:      igmp
454 M:      Neale Ranns <neale@graphiant.com>
455 F:      src/plugins/igmp/
456
457 Plugin - L3 Cross-Connect (L3XC)
458 I:      l3xc
459 M:      Neale Ranns <neale@graphiant.com>
460 F:      src/plugins/l3xc/
461
462 Plugin - memif device driver
463 I:      memif
464 M:      Damjan Marion <damarion@cisco.com>
465 F:      src/plugins/memif/
466
467 Plugin - Marvell MUSDK device driver
468 I:      marvell
469 M:      Damjan Marion <damarion@cisco.com>
470 F:      src/plugins/marvell/
471
472 Plugin - performance counter
473 I:      perfmon
474 M:      Damjan Marion <damarion@cisco.com>
475 F:      src/plugins/perfmon/
476
477 Plugin - PPPoE
478 I:      pppoe
479 M:      Hongjun Ni <hongjun.ni@intel.com>
480 F:      src/plugins/pppoe/
481
482 Plugin - Ping
483 I:      ping
484 M:      Andrew Yourtchenko <ayourtch@gmail.com>
485 F:      src/plugins/ping
486
487 Plugin - IPv6 Segment Routing Dynamic Proxy
488 I:      srv6-ad
489 M:      Francois Clad <fclad@cisco.com>
490 F:      src/plugins/srv6-ad/
491
492 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
493 I:      srv6-ad-flow
494 M:      Francois Clad <fclad@cisco.com>
495 F:      src/plugins/srv6-ad-flow/
496
497 Plugin - IPv6 Segment Routing Masquerading Proxy
498 I:      srv6-am
499 M:      Francois Clad <fclad@cisco.com>
500 F:      src/plugins/srv6-am/
501
502 Plugin - IPv6 Segment Routing Static Proxy
503 I:      srv6-as
504 M:      Francois Clad <fclad@cisco.com>
505 F:      src/plugins/srv6-as/
506
507 Plugin - IPv6 Segment Routing Mobile
508 I:      srv6-mobile
509 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
510 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
511 F:      src/plugins/srv6-mobile/
512
513 Plugin - Link Aggregation Control Protocol
514 I:      lacp
515 M:      Steven Luong <sluong@cisco.com>
516 F:      src/plugins/lacp/
517
518 Plugin - Load Balancer
519 I:      lb
520 M:      Pfister <ppfister@cisco.com>
521 M:      Hongjun Ni <hongjun.ni@intel.com>
522 F:      src/plugins/lb/
523
524 Plugin - NSH
525 I:      nsh
526 M:      Hongjun Ni <hongjun.ni@intel.com>
527 M:      Vengada <venggovi@cisco.com>
528 F:      src/plugins/nsh/
529
530 Plugin - TCP MSS Clamping
531 I:      mss_clamp
532 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
533 F:      src/plugins/mss_clamp/
534
535 Plugin - Time-based MAC filter
536 I:      mactime
537 Y:      src/plugins/mactime/FEATURE.yaml
538 M:      Dave Barach <vpp@barachs.net>
539 F:      src/plugins/mactime/
540
541 Plugin - Network Delay Simulator
542 I:      nsim
543 Y:      src/plugins/nsim/FEATURE.yaml
544 M:      Dave Barach <vpp@barachs.net>
545 F:      src/plugins/nsim/
546
547 Plugin - Buffer Metadata Modification Tracker
548 I:      mdata
549 M:      Dave Barach <vpp@barachs.net>
550 F:      src/plugins/mdata/
551
552 Plugin - Unit Tests
553 I:      unittest
554 M:      Dave Barach <vpp@barachs.net>
555 M:      Florin Coras <fcoras@cisco.com>
556 F:      src/plugins/unittest/
557
558 Test Infrastructure
559 I:      tests
560 M:      Klement Sekera <ksekera@cisco.com>
561 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
562 F:      test/
563
564 SVM Library
565 I:      svm
566 M:      Dave Barach <vpp@barachs.net>
567 F:      src/svm
568
569 VPP API TEST
570 I:      vat
571 M:      Dave Barach <vpp@barachs.net>
572 F:      src/vat/
573
574 VPP Executable
575 I:      vpp
576 M:      Dave Barach <vpp@barachs.net>
577 F:      src/vpp/
578
579 Emacs templates
580 I:      emacs
581 M:      Dave Barach <vpp@barachs.net>
582 F:      extras/emacs/
583
584 Graphical Event Viewer
585 I:      g2
586 M:      Dave Barach <vpp@barachs.net>
587 F:      src/tools/g2/
588
589 Performance Tooling
590 I:      perftool
591 M:      Dave Barach <vpp@barachs.net>
592 F:      src/tools/perftool/
593
594 Plugin - vmxnet3 device driver
595 I:      vmxnet3
596 M:      Steven Luong <sluong@cisco.com>
597 F:      src/plugins/vmxnet3/
598
599 Binary API Compiler for Python
600 I:      vppapigen
601 M:      Ole Troan <otroan@employees.org>
602 F:      src/tools/vppapigen/
603 F:  extras/scripts/crcchecker.py
604
605 API trace tool
606 I:      vppapitrace
607 M:      Ole Troan <otroan@employees.org>
608 F:      src/tools/vppapitrace/
609
610 Binary API Compiler for C and C++
611 I:      vapi
612 M:      Ole Troan <ot@cisco.com>
613 F:      src/vpp-api/vapi
614
615 Plugin - RDMA (ibverb) driver
616 I:      rdma
617 M:      Benoît Ganne <bganne@cisco.com>
618 M:      Damjan Marion <damarion@cisco.com>
619 F:      src/plugins/rdma/
620
621 Plugin - QUIC protocol
622 I:      quic
623 M:      Aloys Augustin <aloaugus@cisco.com>
624 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
625 M:      Dave Wallace <dwallacelf@gmail.com>
626 M:      Florin Coras <fcoras@cisco.com>
627 Y:      src/plugins/quic/FEATURE.yaml
628 F:      src/plugins/quic/
629
630 libmemif
631 I:      libmemif
632 M:      Damjan Marion <damarion@cisco.com>
633 F:      extras/libmemif
634
635 gomemif
636 I:      gomemif
637 M:      Jakub Grajciar <jgrajcia@cisco.com>
638 F:      extras/gomemif
639
640 VPP Comms Library
641 I:      vcl
642 Y:      src/vnet/vcl/FEATURE.yaml
643 M:      Florin Coras <fcoras@cisco.com>
644 F:      src/vcl
645
646 Statistics Segment
647 I:      stats
648 M:      Ole Troan <ot@cisco.com>
649 F:      src/vpp/stats/
650 F:      src/vpp-api/client/stat_client.[ch]
651
652 Plugin - Host Stack Applications
653 I:      hsa
654 M:      Florin Coras <fcoras@cisco.com>
655 M:      Dave Wallace <dwallacelf@gmail.com>
656 M:      Aloys Augustin <aloaugus@cisco.com>
657 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
658 F:      src/plugins/hs_apps/
659
660 Python binding for the VPP API
661 I:      papi
662 M:      Ole Troan <ot@cisco.com>
663 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
664 F:      src/vpp-api/python
665
666 Plugin - Cisco Discovery Protocol
667 I:      cdp
668 M:      vpp-dev Mailing List <vpp-dev@fd.io>
669 C:  Unmaintained
670 F:      src/plugins/cdp/
671
672 Plugin - Source VRF Select
673 I:      svs
674 M:      Neale Ranns <neale@graphiant.com>
675 F:      src/plugins/svs/
676
677 Plugin - LAN Emulation
678 I:      l2e
679 M:      Neale Ranns <neale@graphiant.com>
680 F:      src/plugins/l2e/
681
682 Plugin - IPv6 Connection Tracker
683 I:      ct6
684 M:      Dave Barach <vpp@barachs.net>
685 F:      src/plugins/ct6
686
687 Plugin - Steal The NIC
688 I:      stn
689 M:      vpp-dev Mailing List <vpp-dev@fd.io>
690 C:  Unmaintained
691 F:      src/plugins/stn
692
693 Plugin - IOAM
694 I:      ioam
695 M:      vpp-dev Mailing List <vpp-dev@fd.io>
696 C:  Unmaintained
697 F:      src/plugins/ioam
698
699 Plugin - Awkward chained buffer geometry tool
700 I:      oddbuf
701 M:      Dave Barach <vpp@barachs.net>
702 F:      src/plugins/oddbuf
703
704 Plugin - VRRP
705 I:      vrrp
706 M:      Matthew Smith <mgsmith@netgate.com>
707 F:      src/plugins/vrrp
708
709 Plugin - Unicast Reverse Path forwarding
710 I:      urpf
711 M:      Neale Ranns <neale@graphiant.com>
712 F:      src/plugins/urpf
713
714 Plugin - CNat
715 I:      cnat
716 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
717 M:      Neale Ranns <neale@graphiant.com>
718 F:      src/plugins/cnat
719
720 Plugin - Wireguard
721 I:      wireguard
722 M:      Artem Glazychev <artem.glazychev@xored.com>
723 F:      src/plugins/wireguard
724
725 VPP Config Tooling
726 I:      vpp_config
727 M:      John DeNisco <jdenisco@cisco.com>
728 F:      extras/vpp_config
729
730 bash functions
731 I:      bash
732 M:      Dave Wallace <dwallacelf@gmail.com>
733 F:      extras/bash/
734
735 Plugin - AF_XDP driver
736 I:      af_xdp
737 M:      Benoît Ganne <bganne@cisco.com>
738 M:      Damjan Marion <damarion@cisco.com>
739 F:      src/plugins/af_xdp/
740
741 Plugin - geneve
742 I:      geneve
743 M:      community vpp-dev@lists.fd.io
744 F:      src/plugins/geneve/
745
746 Plugin - linux-cp
747 I:      linux-cp
748 M:      Neale Ranns <neale@graphiant.com>
749 M:      Matthew Smith <mgsmith@netgate.com>
750 F:      src/plugins/linux-cp/
751
752 cJSON
753 I:      cjson
754 M:      Ole Troan <ot@cisco.com>
755 F:      src/vppinfra/cJSON.[ch]
756
757 VAT2
758 I:      vat2
759 M:      Ole Troan <ot@cisco.com>
760 F:      src/vat2/
761
762 THE REST
763 I:      misc
764 M:      vpp-dev Mailing List <vpp-dev@fd.io>
765 C:      Missing Maintainer
766 F:      *
767 F:      */