Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 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. | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 10 | E: exclude file(s) matched by F: |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 11 | C: Single line comment related to current section. |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 12 | I: single word feature/component identifier |
13 | Y: path to feature YAML file | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 14 | |
15 | ----------------------------------- | ||||
16 | |||||
17 | Build System | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 18 | I: build |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 19 | M: Damjan Marion <damarion@cisco.com> |
20 | F: Makefile | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 21 | F: src/CMakeLists.txt |
22 | F: src/cmake/ | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 23 | F: build/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 24 | |
25 | Build System Internal | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 26 | I: ebuild |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 27 | M: Dave Barach <dave@barachs.net> |
28 | F: build-root/Makefile | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 29 | F: build-data/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 30 | |
Steven Luong | 13d3354 | 2019-06-18 19:34:43 -0700 | [diff] [blame] | 31 | Link Bonding |
32 | I: bonding | ||||
33 | M: Steven Luong <sluong@cisco.com> | ||||
34 | F: src/vnet/bonding/ | ||||
35 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 36 | Doxygen |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 37 | I: doxygen |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 38 | M: Chris Luke <chrisy@flirble.org> |
39 | F: doxygen/ | ||||
40 | |||||
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 41 | Sphinx Documents |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 42 | I: docs |
43 | M: John DeNisco <jdenisco@cisco.com> | ||||
44 | M: Ray Kinsella <raykinsella78@gmail.com> | ||||
45 | F: docs/ | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 46 | |
47 | Infrastructure Library | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 48 | I: vppinfra |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 49 | M: Dave Barach <dave@barachs.net> |
50 | F: src/vppinfra/ | ||||
51 | |||||
Damjan Marion | 801c701 | 2019-10-30 18:07:35 +0100 | [diff] [blame] | 52 | Physical Memory Allocator |
53 | I: pmalloc | ||||
54 | M: Damjan Marion <damarion@cisco.com> | ||||
55 | F: src/vppinfra/pmalloc.[ch] | ||||
56 | |||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 57 | Vector Library |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 58 | I: vlib |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 59 | M: Dave Barach <dave@barachs.net> |
60 | M: Damjan Marion <damarion@cisco.com> | ||||
61 | F: src/vlib/ | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 62 | E: src/vlib/buffer*.[ch] |
63 | |||||
64 | Vector Library - Buffer Management | ||||
65 | I: buffers | ||||
66 | M: Damjan Marion <damarion@cisco.com> | ||||
67 | M: Dave Barach <dave@barachs.net> | ||||
68 | F: src/vlib/buffer*.[ch] | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 69 | |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 70 | Binary API Libraries |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 71 | I: api |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 72 | M: Dave Barach <dave@barachs.net> |
73 | F: src/vlibapi/ | ||||
74 | F: src/vlibmemory/ | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 75 | |
Paul Vinciguerra | 27ccbfd | 2019-10-28 10:12:29 -0400 | [diff] [blame] | 76 | VNET Bidirectional Forwarding Detection (BFD) |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 77 | I: bfd |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 78 | M: Klement Sekera <ksekera@cisco.com> |
79 | F: src/vnet/bfd/ | ||||
80 | |||||
Damjan Marion | 864d857 | 2019-09-19 18:43:42 +0200 | [diff] [blame] | 81 | VNET Classifier |
82 | I: classify | ||||
83 | M: Dave Barach <dave@barachs.net> | ||||
84 | F: src/vnet/classify | ||||
85 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 86 | VNET Device Drivers |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 87 | I: devices |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 88 | Y: src/vnet/devices/af_packet/FEATURE.yaml |
89 | Y: src/vnet/devices/netmap/FEATURE.yaml | ||||
90 | Y: src/vnet/devices/pipe/FEATURE.yaml | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 91 | M: Damjan Marion <damarion@cisco.com> |
92 | F: src/vnet/devices/ | ||||
93 | |||||
Mohsin Kazmi | 97d54ed | 2019-06-10 11:20:15 +0200 | [diff] [blame] | 94 | VNET TAP Drivers |
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 95 | I: tap |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 96 | Y: src/vnet/devices/tap/FEATURE.yaml |
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 97 | M: Damjan Marion <damarion@cisco.com> |
98 | M: Steven Luong <sluong@cisco.com> | ||||
99 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
100 | F: src/vnet/devices/tap/ | ||||
Mohsin Kazmi | 1acdbc2 | 2019-07-18 16:24:45 +0200 | [diff] [blame] | 101 | |
102 | VNET Native Virtio Drivers | ||||
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 103 | I: virtio |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 104 | Y: src/vnet/devices/virtio/FEATURE.yaml |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 105 | M: Mohsin Kazmi <sykazmi@cisco.com> |
Damjan Marion | 06c194d | 2019-11-13 10:12:53 +0100 | [diff] [blame] | 106 | M: Damjan Marion <damarion@cisco.com> |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 107 | F: src/vnet/devices/virtio/ |
Mohsin Kazmi | 97d54ed | 2019-06-10 11:20:15 +0200 | [diff] [blame] | 108 | |
Paul Vinciguerra | 27ccbfd | 2019-10-28 10:12:29 -0400 | [diff] [blame] | 109 | VNET Ethernet |
Neale Ranns | fe2fff3 | 2019-06-26 08:22:01 -0700 | [diff] [blame] | 110 | I: ethernet |
111 | M: Dave Barach <dave@barachs.net> | ||||
112 | M: Damjan Marion <damarion@cisco.com> | ||||
Neale Ranns | fe2fff3 | 2019-06-26 08:22:01 -0700 | [diff] [blame] | 113 | F: src/vnet/ethernet/ |
114 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 115 | VNET Feature Arcs |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 116 | I: feature |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 117 | M: Dave Barach <dave@barachs.net> |
118 | M: Damjan Marion <damarion@cisco.com> | ||||
119 | F: src/vnet/feature/ | ||||
120 | |||||
121 | VNET FIB | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 122 | I: fib |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 123 | M: Neale Ranns <nranns@cisco.com> |
124 | F: src/vnet/fib/ | ||||
125 | F: src/vnet/mfib/ | ||||
126 | F: src/vnet/dpo | ||||
127 | F: src/vnet/adj | ||||
128 | |||||
Jon Loeliger | a6460e4 | 2019-12-03 12:13:29 -0600 | [diff] [blame] | 129 | VNET IPv4 LPM |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 130 | I: ip |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 131 | M: Dave Barach <dave@barachs.net> |
132 | F: src/vnet/ip/ | ||||
133 | |||||
Jon Loeliger | a6460e4 | 2019-12-03 12:13:29 -0600 | [diff] [blame] | 134 | VNET IPv6 LPM |
135 | I: ip6 | ||||
136 | M: Neale Ranns <nranns@cisco.com> | ||||
137 | M: Jon Loeliger <jdl@netgate.com> | ||||
138 | F: src/vnet/ip/ | ||||
139 | |||||
Neale Ranns | cbe25aa | 2019-09-30 10:53:31 +0000 | [diff] [blame^] | 140 | VNET IP Neighbors |
141 | I: ip-neighbor | ||||
142 | M: Neale Ranns <nranns@cisco.com> | ||||
143 | F: src/vnet/ip-neighbor | ||||
144 | |||||
Neale Ranns | 5281a90 | 2019-07-23 08:16:19 -0700 | [diff] [blame] | 145 | VNET QoS |
146 | I: qos | ||||
147 | M: Neale Ranns <nranns@cisco.com> | ||||
148 | F: src/vnet/qos/ | ||||
149 | |||||
Neale Ranns | ff34b91 | 2019-06-14 02:09:43 -0700 | [diff] [blame] | 150 | VNET Interface Common |
151 | I: interface | ||||
152 | M: Dave Barach <dave@barachs.net> | ||||
153 | F: src/vnet/interface*.[ch] | ||||
154 | |||||
Paul Vinciguerra | 1671d3b | 2019-06-25 21:02:40 -0400 | [diff] [blame] | 155 | VNET Packet Generator |
156 | I: pg | ||||
157 | M: Dave Barach <dave@barachs.net> | ||||
158 | F: src/vnet/pg/ | ||||
159 | |||||
Pablo Camarillo | 5d73eec | 2017-04-24 17:51:56 +0200 | [diff] [blame] | 160 | VNET Segment Routing (IPv6 and MPLS) |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 161 | I: sr |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 162 | M: Pablo Camarillo <pcamaril@cisco.com> |
Pablo Camarillo | 5d73eec | 2017-04-24 17:51:56 +0200 | [diff] [blame] | 163 | F: src/vnet/srv6/ |
164 | F: src/vnet/srmpls/ | ||||
165 | F: src/examples/srv6-sample-localsid/ | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 166 | |
167 | VNET IPSec | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 168 | I: ipsec |
169 | M: Neale Ranns <nranns@cisco.com> | ||||
Radu Nicolau | ff9f040 | 2017-12-18 11:18:22 +0000 | [diff] [blame] | 170 | M: Radu Nicolau <radu.nicolau@intel.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 171 | F: src/vnet/ipsec/ |
172 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 173 | VNET Crypto Infra |
174 | I: crypto | ||||
175 | M: Damjan Marion <damarion@cisco.com> | ||||
176 | M: Neale Ranns <nranns@cisco.com> | ||||
177 | F: src/vnet/crypto/ | ||||
178 | |||||
Jakub Grajciar | aa4438a | 2019-04-03 14:05:11 +0200 | [diff] [blame] | 179 | VNET COP |
180 | I: cop | ||||
181 | M: Dave Barach <dave@barachs.net> | ||||
182 | F: src/vnet/cop/ | ||||
183 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 184 | Crypto IA32 Plugin |
185 | I: crypto-ia32 | ||||
186 | M: Damjan Marion <damarion@cisco.com> | ||||
187 | F: src/plugins/crypto_ia32/ | ||||
188 | |||||
189 | Crypto openssl Plugin | ||||
190 | I: crypto-openssl | ||||
191 | M: Damjan Marion <damarion@cisco.com> | ||||
192 | F: src/plugins/crypto_openssl/ | ||||
193 | |||||
194 | Crypto ipsecmb Plugin | ||||
195 | I: crypto-ipsecmb | ||||
196 | M: Neale Ranns <nranns@cisco.com> | ||||
197 | F: src/plugins/crypto_ipsecmb/ | ||||
198 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 199 | VNET L2 |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 200 | I: l2 |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 201 | M: John Lo <loj@cisco.com> |
202 | F: src/vnet/l2/ | ||||
203 | |||||
204 | VNET Link Layer Discovery Protocol (LLDP) | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 205 | I: lldp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 206 | M: Klement Sekera <ksekera@cisco.com> |
207 | F: src/vnet/lldp/ | ||||
208 | |||||
209 | VNET LISP | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 210 | I: lisp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 211 | M: Florin Coras <fcoras@cisco.com> |
212 | F: src/vnet/lisp-cp/ | ||||
213 | F: src/vnet/lisp-gpe/ | ||||
214 | |||||
Neale Ranns | 5f8f617 | 2019-04-18 10:23:56 +0000 | [diff] [blame] | 215 | VNET GRE |
216 | I: gre | ||||
217 | M: Neale Ranns <nranns@cisco.com> | ||||
218 | F: src/vnet/gre/ | ||||
219 | |||||
Mohsin Kazmi | 0f09a47 | 2019-07-12 13:18:16 +0200 | [diff] [blame] | 220 | VNET GSO |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 221 | I: gso |
222 | M: Andrew Yourtchenko <ayourtch@gmail.com> | ||||
223 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
224 | F: src/vnet/interface_output.c | ||||
Mohsin Kazmi | 0f09a47 | 2019-07-12 13:18:16 +0200 | [diff] [blame] | 225 | |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 226 | Plugin - MAP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 227 | I: map |
228 | Y: src/plugins/map/FEATURE.yaml | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 229 | M: Ole Troan <ot@cisco.com> |
Jon Loeliger | 79619c1 | 2019-12-04 11:14:49 -0600 | [diff] [blame] | 230 | M: Jon Loeliger <jdl@netgate.com> |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 231 | F: src/plugins/map |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 232 | |
233 | VNET MPLS | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 234 | I: mpls |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 235 | M: Neale Ranns <nranns@cisco.com> |
236 | F: src/vnet/mpls/ | ||||
237 | |||||
Neale Ranns | 023d23a | 2019-06-26 02:16:50 -0700 | [diff] [blame] | 238 | VNET BIER |
239 | I: bier | ||||
240 | M: Neale Ranns <nranns@cisco.com> | ||||
241 | F: src/vnet/bier/ | ||||
242 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 243 | VNET Session Layer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 244 | I: session |
Dave Barach | 1b1dfb1 | 2017-08-10 14:57:43 -0400 | [diff] [blame] | 245 | M: Florin Coras <fcoras@cisco.com> |
246 | F: src/vnet/session | ||||
247 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 248 | VNET TCP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 249 | I: tcp |
Dave Barach | 1b1dfb1 | 2017-08-10 14:57:43 -0400 | [diff] [blame] | 250 | M: Florin Coras <fcoras@cisco.com> |
251 | F: src/vnet/tcp | ||||
252 | |||||
Nathan Skrzypczak | 50f4a41 | 2019-07-04 14:20:17 +0200 | [diff] [blame] | 253 | VNET UDP |
254 | I: udp | ||||
255 | M: Florin Coras <fcoras@cisco.com> | ||||
256 | F: src/vnet/udp | ||||
257 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 258 | VNET VXLAN |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 259 | I: vxlan |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 260 | M: John Lo <loj@cisco.com> |
261 | F: src/vnet/vxlan/ | ||||
262 | |||||
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 263 | VNET VXLAN-GPE |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 264 | I: vxlan-gpe |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 265 | M: Hongjun Ni <hongjun.ni@intel.com> |
266 | F: src/vnet/vxlan-gpe/ | ||||
267 | |||||
Neale Ranns | 81cfa9c | 2019-07-04 14:12:50 +0000 | [diff] [blame] | 268 | VNET VXLAN-GBP |
269 | I: vxlan-gbp | ||||
270 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
271 | M: Neale Ranns <nranns@cisco.com> | ||||
272 | F: src/vnet/vxlan-gbp/ | ||||
273 | |||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 274 | VNET IPIP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 275 | I: ipip |
276 | Y: src/vnet/ipip/FEATURE.yaml | ||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 277 | M: Ole Troan <otroan@employees.org> |
278 | F: src/vnet/ipip/ | ||||
279 | |||||
280 | VNET TLS and TLS engine plugins | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 281 | I: tls |
282 | M: Florin Coras <fcoras@cisco.com> | ||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 283 | M: Ping Yu <ping.yu@intel.com> |
284 | F: src/vnet/tls | ||||
285 | F: src/plugins/tlsopenssl | ||||
286 | F: src/plugins/tlsmbedtls | ||||
287 | |||||
Benoît Ganne | bbe6d11 | 2019-07-10 17:01:09 +0200 | [diff] [blame] | 288 | VNET SYSLOG |
289 | I: syslog | ||||
290 | M: Matus Fabian <matfabia@cisco.com> | ||||
291 | F: src/vnet/syslog | ||||
292 | |||||
Neale Ranns | 02bfd64 | 2019-10-07 00:39:28 -0700 | [diff] [blame] | 293 | Plugin - DHCP |
294 | I: dhcp | ||||
295 | M: Dave Barach <dave@barachs.net> | ||||
296 | M: Neale Ranns <nranns@cisco.com> | ||||
297 | F: src/plugins/dhcp/ | ||||
298 | |||||
Neale Ranns | cbe25aa | 2019-09-30 10:53:31 +0000 | [diff] [blame^] | 299 | Plugin - ARP |
300 | I: arp | ||||
301 | M: Dave Barach <dave@barachs.net> | ||||
302 | M: Neale Ranns <nranns@cisco.com> | ||||
303 | F: src/plugins/arp/ | ||||
304 | |||||
305 | Plugin - IP6 Neighbor Discovery | ||||
306 | I: ip6-nd | ||||
307 | M: Dave Barach <dave@barachs.net> | ||||
308 | M: Neale Ranns <nranns@cisco.com> | ||||
309 | F: src/plugins/ip6-nd/ | ||||
310 | |||||
Jakub Grajciar | 2d3282e | 2019-10-01 12:04:56 +0200 | [diff] [blame] | 311 | VNET GENEVE |
312 | I: geneve | ||||
313 | M: N/A | ||||
314 | F: src/vnet/geneve/ | ||||
315 | |||||
Chenmin Sun | e8c9f4f | 2019-10-15 20:36:16 +0800 | [diff] [blame] | 316 | VNET FLOW |
317 | I: flow | ||||
318 | M: Damjan Marion <damarion@cisco.com> | ||||
319 | F: src/vnet/flow/ | ||||
320 | |||||
Jakub Grajciar | 692bfc8 | 2019-08-27 10:16:44 +0200 | [diff] [blame] | 321 | VNET Classify |
322 | I: classify | ||||
323 | M: N/A | ||||
324 | F: src/vnet/classify/ | ||||
325 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 326 | Plugin - Access Control List (ACL) Based Forwarding |
327 | I: abf | ||||
328 | M: Neale Ranns <nranns@cisco.com> | ||||
329 | F: src/plugins/abf/ | ||||
330 | |||||
Dave Barach | 84a563a | 2019-08-22 19:32:49 -0400 | [diff] [blame] | 331 | Plugin - Simple DNS name resolver |
332 | I: dns | ||||
333 | M: Dave Barach <dave@barachs.net> | ||||
334 | F: src/plugins/dns/ | ||||
335 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 336 | Plugin - Group Based Policy (GBP) |
337 | I: gbp | ||||
338 | M: Neale Ranns <nranns@cisco.com> | ||||
339 | F: src/plugins/gbp/ | ||||
340 | |||||
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 341 | Plugin - ACL |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 342 | I: acl |
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 343 | M: Andrew Yourtchenko <ayourtch@gmail.com> |
344 | F: src/plugins/acl/ | ||||
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 345 | |
Chore | b1edf37 | 2019-06-25 17:15:37 +0430 | [diff] [blame] | 346 | Plugin - NAT |
347 | I: nat | ||||
348 | M: Ole Troan <ot@cisco.com> | ||||
349 | F: src/plugins/nat/ | ||||
350 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 351 | Plugin - AVF Device driver |
352 | I: avf | ||||
353 | M: Damjan Marion <damarion@cisco.com> | ||||
354 | F: src/plugins/avf/ | ||||
355 | |||||
356 | Plugin - DPDK | ||||
357 | I: dpdk | ||||
358 | M: Damjan Marion <damarion@cisco.com> | ||||
359 | F: src/plugins/dpdk/ | ||||
360 | |||||
361 | Plugin - DPDK Crypto | ||||
362 | I: dpdk-ipsec | ||||
363 | M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com> | ||||
364 | M: Radu Nicolau <radu.nicolau@intel.com> | ||||
365 | F: src/plugins/dpdk/ipsec/ | ||||
366 | |||||
Ole Troan | 5c74973 | 2017-03-13 13:39:52 +0100 | [diff] [blame] | 367 | Plugin - flowprobe |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 368 | I: flowprobe |
369 | Y: src/plugins/flowprobe/FEATURE.yaml | ||||
Ole Troan | 5c74973 | 2017-03-13 13:39:52 +0100 | [diff] [blame] | 370 | M: Ole Troan <otroan@employees.org> |
371 | F: src/plugins/flowprobe/ | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 372 | |
Dave Barach | 6b53fd5 | 2019-08-06 17:38:13 -0400 | [diff] [blame] | 373 | Plugin - http_static |
374 | I: http_static | ||||
375 | M: Dave Barach <dbarach@cisco.com> | ||||
376 | F: src/plugins/http_static/ | ||||
377 | |||||
Dave Barach | 43765e2 | 2019-09-17 09:47:35 -0400 | [diff] [blame] | 378 | Plugin - builtinurl |
379 | I: builtinurl | ||||
380 | M: Dave Barach <dbarach@cisco.com> | ||||
381 | F: src/plugins/builtinurl/ | ||||
382 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 383 | Plugin - Group Based Policy (GBP) |
384 | I: gbp | ||||
385 | M: Neale Ranns <nranns@cisco.com> | ||||
386 | F: src/plugins/gbp/ | ||||
387 | |||||
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 388 | Plugin - GTPU |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 389 | I: gtpu |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 390 | M: Hongjun Ni <hongjun.ni@intel.com> |
391 | F: src/plugins/gtpu/ | ||||
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 392 | |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 393 | Plugin - Internet Key Exchange (IKEv2) Protocol |
394 | I: ikev2 | ||||
395 | M: Damjan Marion <damarion@cisco.com> | ||||
396 | M: Neale Ranns <nranns@cisco.com> | ||||
397 | F: src/plugins/ikev2/ | ||||
398 | |||||
399 | Plugin - Internet Group Management Protocol (IGMP) | ||||
400 | I: igmp | ||||
401 | M: Neale Ranns <nranns@cisco.com> | ||||
402 | F: src/plugins/igmp/ | ||||
403 | |||||
404 | Plugin - ixge device driver | ||||
405 | I: ixge | ||||
406 | M: Damjan Marion <damarion@cisco.com> | ||||
407 | F: src/plugins/ixge/ | ||||
408 | |||||
409 | Plugin - L3 Cross-Connect (L3XC) | ||||
410 | I: l3xc | ||||
411 | M: Neale Ranns <nranns@cisco.com> | ||||
412 | F: src/plugins/l3xc/ | ||||
413 | |||||
414 | Plugin - memif device driver | ||||
415 | I: memif | ||||
416 | M: Damjan Marion <damarion@cisco.com> | ||||
417 | F: src/plugins/memif/ | ||||
418 | |||||
419 | Plugin - Marvell MUSDK device driver | ||||
420 | I: marvell | ||||
421 | M: Damjan Marion <damarion@cisco.com> | ||||
422 | F: src/plugins/marvell/ | ||||
423 | |||||
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 424 | Plugin - PPPoE |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 425 | I: pppoe |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 426 | M: Hongjun Ni <hongjun.ni@intel.com> |
427 | F: src/plugins/pppoe/ | ||||
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 428 | |
Mohsin Kazmi | 26c7a4b | 2019-10-09 18:35:16 +0200 | [diff] [blame] | 429 | Plugin - Ping |
430 | I: ping | ||||
431 | M: Andrew Yourtchenko <ayourtch@gmail.com> | ||||
432 | F: src/plugins/ping | ||||
433 | |||||
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 434 | Plugin - IPv6 Segment Routing Dynamic Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 435 | I: srv6-ad |
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 436 | M: Francois Clad <fclad@cisco.com> |
437 | F: src/plugins/srv6-ad/ | ||||
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 438 | |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 439 | Plugin - IPv6 Segment Routing Masquerading Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 440 | I: srv6-am |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 441 | M: Francois Clad <fclad@cisco.com> |
442 | F: src/plugins/srv6-am/ | ||||
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 443 | |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 444 | Plugin - IPv6 Segment Routing Static Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 445 | I: srv6-as |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 446 | M: Francois Clad <fclad@cisco.com> |
447 | F: src/plugins/srv6-as/ | ||||
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 448 | |
Tetsuya Murakami | 1b81e6e | 2019-11-06 11:05:51 -0800 | [diff] [blame] | 449 | Plugin - IPv6 Segment Routing Mobile |
450 | I: srv6-mobile | ||||
451 | M: Tetsuya Murakami <tetsuya.mrk@gmail.com> | ||||
452 | M: Satoru Matsushima <satoru.matsushima@gmail.com> | ||||
453 | F: src/plugins/srv6-mobile/ | ||||
454 | |||||
Steven Luong | 13d3354 | 2019-06-18 19:34:43 -0700 | [diff] [blame] | 455 | Plugin - Link Aggregation Control Protocol |
456 | I: lacp | ||||
457 | M: Steven Luong <sluong@cisco.com> | ||||
458 | F: src/plugins/lacp/ | ||||
459 | |||||
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 460 | Plugin - Load Balancer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 461 | I: lb |
462 | M: Pfister <ppfister@cisco.com> | ||||
463 | M: Hongjun Ni <hongjun.ni@intel.com> | ||||
464 | F: src/plugins/lb/ | ||||
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 465 | |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 466 | Plugin - NSH |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 467 | I: nsh |
468 | M: Hongjun Ni <hongjun.ni@intel.com> | ||||
469 | M: Vengada <venggovi@cisco.com> | ||||
470 | F: src/plugins/nsh/ | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 471 | |
472 | Plugin - Time-based MAC filter | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 473 | I: mactime |
474 | Y: src/plugins/mactime/FEATURE.yaml | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 475 | M: Dave Barach <dave@barachs.net> |
476 | F: src/plugins/mactime/ | ||||
477 | |||||
478 | Plugin - Network Delay Simulator | ||||
John Lo | b966b96 | 2019-07-10 16:44:32 -0400 | [diff] [blame] | 479 | I: nsim |
Dave Barach | 210c745 | 2019-11-17 18:38:07 -0500 | [diff] [blame] | 480 | Y: src/plugins/nsim/FEATURE.yaml |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 481 | M: Dave Barach <dave@barachs.net> |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 482 | F: src/plugins/nsim/ |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 483 | |
Dave Barach | d7b3066 | 2019-10-24 18:10:10 -0400 | [diff] [blame] | 484 | Plugin - Buffer Metadata Modification Tracker |
485 | I: mdata | ||||
486 | M: Dave Barach <dave@barachs.net> | ||||
487 | F: src/plugins/mdata/ | ||||
488 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 489 | Test Infrastructure |
Paul Vinciguerra | 496b0de | 2019-06-20 12:24:12 -0400 | [diff] [blame] | 490 | I: tests |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 491 | M: Klement Sekera <ksekera@cisco.com> |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 492 | M: Paul Vinciguerra <pvinci@vinciconsulting.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 493 | F: test/ |
494 | |||||
495 | SVM Library | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 496 | I: svm |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 497 | M: Dave Barach <dave@barachs.net> |
498 | F: src/svm | ||||
499 | |||||
500 | VPP API TEST | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 501 | I: vat |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 502 | M: Dave Barach <dave@barachs.net> |
503 | F: src/vat/ | ||||
504 | |||||
505 | VPP Executable | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 506 | I: vpp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 507 | M: Dave Barach <dave@barachs.net> |
508 | F: src/vpp/ | ||||
509 | |||||
Dave Barach | e5a7d59 | 2019-07-09 14:22:21 -0400 | [diff] [blame] | 510 | Emacs templates |
511 | I: emacs | ||||
512 | M: Dave Barach <dave@barachs.net> | ||||
513 | F: extras/emacs/ | ||||
514 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 515 | Graphical Event Viewer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 516 | I: g2 |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 517 | M: Dave Barach <dave@barachs.net> |
518 | F: src/tools/g2/ | ||||
519 | |||||
520 | Performance Tooling | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 521 | I: perftool |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 522 | M: Dave Barach <dave@barachs.net> |
523 | F: src/tools/perftool/ | ||||
524 | |||||
Steven Luong | 13d3354 | 2019-06-18 19:34:43 -0700 | [diff] [blame] | 525 | Plugin - vmxnet3 device driver |
526 | I: vmxnet3 | ||||
527 | M: Steven Luong <sluong@cisco.com> | ||||
528 | F: src/plugins/vmxnet3/ | ||||
529 | |||||
Vratko Polak | 7f37a94 | 2019-07-24 13:42:36 +0200 | [diff] [blame] | 530 | Binary API Compiler for Python |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 531 | I: vppapigen |
Dave Barach | efd0d29 | 2019-03-29 08:17:20 -0400 | [diff] [blame] | 532 | M: Ole Troan <otroan@employees.org> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 533 | F: src/tools/vppapigen/ |
534 | |||||
Ole Troan | edfe2c0 | 2019-07-30 15:38:13 +0200 | [diff] [blame] | 535 | API trace tool |
536 | I: vppapitrace | ||||
537 | M: Ole Troan <otroan@employees.org> | ||||
538 | F: src/tools/vppapitrace/ | ||||
539 | |||||
Vratko Polak | 7f37a94 | 2019-07-24 13:42:36 +0200 | [diff] [blame] | 540 | Binary API Compiler for C and C++ |
541 | I: vapi | ||||
542 | M: Ole Troan <ot@cisco.com> | ||||
543 | F: src/vpp-api/vapi | ||||
544 | |||||
Benoît Ganne | a775212 | 2019-05-06 13:15:33 +0200 | [diff] [blame] | 545 | Plugin - RDMA (ibverb) driver |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 546 | I: rdma |
Benoît Ganne | a775212 | 2019-05-06 13:15:33 +0200 | [diff] [blame] | 547 | M: Benoît Ganne <bganne@cisco.com> |
548 | M: Damjan Marion <damarion@cisco.com> | ||||
549 | F: src/plugins/rdma/ | ||||
550 | |||||
Nathan Skrzypczak | 376efe5 | 2019-06-14 16:44:38 +0200 | [diff] [blame] | 551 | Plugin - QUIC protocol |
552 | I: quic | ||||
553 | M: Aloys Augustin <aloaugus@cisco.com> | ||||
554 | M: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | ||||
555 | M: Dave Wallace <dwallacelf@gmail.com> | ||||
556 | M: Florin Coras <fcoras@cisco.com> | ||||
557 | F: src/plugins/quic/ | ||||
558 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 559 | libmemif |
560 | I: libmemif | ||||
561 | M: Damjan Marion <damarion@cisco.com> | ||||
562 | F: extras/libmemif | ||||
563 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 564 | VPP Comms Library |
565 | I: vcl | ||||
566 | M: Florin Coras <fcoras@cisco.com> | ||||
567 | F: src/vcl | ||||
568 | |||||
Ole Troan | b63dbc5 | 2019-06-14 10:26:14 +0200 | [diff] [blame] | 569 | Statistics Segment |
570 | I: stats | ||||
571 | M: Ole Troan <ot@cisco.com> | ||||
572 | F: src/vpp/stats/ | ||||
573 | F: src/vpp-api/client/stat_client.[ch] | ||||
574 | |||||
Neale Ranns | dd7736b | 2019-06-21 08:03:30 -0700 | [diff] [blame] | 575 | VPP Object Model |
576 | I: vom | ||||
577 | M: Neale Ranns <nranns@cisco.com> | ||||
578 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
579 | F: extras/vom/vom/ | ||||
580 | |||||
Florin Coras | e3b8682 | 2019-06-24 17:31:33 -0700 | [diff] [blame] | 581 | Plugin - Host Stack Applications |
582 | I: hsa | ||||
583 | M: Florin Coras <fcoras@cisco.com> | ||||
Florin Coras | 00dd74c | 2019-06-25 12:55:15 -0700 | [diff] [blame] | 584 | M: Dave Wallace <dwallacelf@gmail.com> |
585 | M: Aloys Augustin <aloaugus@cisco.com> | ||||
586 | M: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | ||||
Florin Coras | e3b8682 | 2019-06-24 17:31:33 -0700 | [diff] [blame] | 587 | F: src/plugins/hs_apps/ |
588 | |||||
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 589 | Python binding for the VPP API |
590 | I: papi | ||||
591 | M: Ole Troan <ot@cisco.com> | ||||
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 592 | F: src/vpp-api/python |
593 | |||||
Florin Coras | 3ffe6ca | 2019-06-26 16:27:13 -0700 | [diff] [blame] | 594 | Plugin - SCTP |
Florin Coras | b4ca8b1 | 2019-06-27 10:32:27 -0700 | [diff] [blame] | 595 | I: sctp |
Florin Coras | 3ffe6ca | 2019-06-26 16:27:13 -0700 | [diff] [blame] | 596 | F: src/plugins/sctp/ |
Florin Coras | b4ca8b1 | 2019-06-27 10:32:27 -0700 | [diff] [blame] | 597 | |
Ole Troan | 1bc9668 | 2019-09-25 18:24:42 +0200 | [diff] [blame] | 598 | Cisco Discovery Protocol |
599 | I: cdp | ||||
600 | F: src/plugins/cdp/ | ||||
601 | |||||
Ole Troan | 941185a | 2019-09-27 14:21:58 +0200 | [diff] [blame] | 602 | Source VRF Select |
603 | I: svs | ||||
604 | M: Neale Ranns <nranns@cisco.com> | ||||
605 | F: src/plugins/svs/ | ||||
606 | |||||
Ole Troan | 0aa35a7 | 2019-09-27 14:06:56 +0200 | [diff] [blame] | 607 | LAN Emulation |
608 | I: l2e | ||||
609 | M: Neale Ranns <nranns@cisco.com> | ||||
610 | F: src/plugins/l2e/ | ||||
611 | |||||
Ole Troan | ee98904 | 2019-09-25 18:42:47 +0200 | [diff] [blame] | 612 | IPv6 Connection Tracker |
613 | I: ct6 | ||||
614 | M: Dave Barach <dave@barachs.net> | ||||
615 | F: src/plugins/ct6 | ||||
616 | |||||
Ole Troan | 0d93553 | 2019-09-30 12:44:03 +0200 | [diff] [blame] | 617 | Steal The NIC |
618 | I: stn | ||||
619 | F: src/plugins/stn | ||||
620 | |||||
Ole Troan | ab96454 | 2019-10-08 11:35:23 +0200 | [diff] [blame] | 621 | IOAM |
622 | I: ioam | ||||
623 | F: src/plugins/ioam | ||||
624 | |||||
Ole Troan | 7ff64fb | 2019-10-02 17:00:30 +0200 | [diff] [blame] | 625 | Awkward chained buffer geometry tool |
626 | I: oddbuf | ||||
627 | F: src/plugins/oddbuf | ||||
628 | |||||
Paul Vinciguerra | 35b037f | 2019-10-29 22:58:50 -0400 | [diff] [blame] | 629 | VPP Config Tooling |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 630 | I: vpp_config |
631 | M: John DeNisco <jdenisco@cisco.com> | ||||
632 | F: extras/vpp_config | ||||
Paul Vinciguerra | 35b037f | 2019-10-29 22:58:50 -0400 | [diff] [blame] | 633 | |
Dave Wallace | 535fdba | 2019-11-19 18:49:49 -0500 | [diff] [blame] | 634 | bash functions |
635 | I: bash | ||||
636 | M: Dave Wallace <dwallacelf@gmail.com> | ||||
637 | F: extras/bash/ | ||||
638 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 639 | THE REST |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 640 | I: misc |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 641 | C: Contact vpp-dev Mailing List <vpp-dev@fd.io> |
642 | F: * | ||||
643 | F: */ |