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 | |||||
Neale Ranns | e11dce2 | 2019-12-17 00:14:26 +0000 | [diff] [blame] | 184 | VNET NHRP |
185 | I: nhrp | ||||
186 | M: Neale Ranns <nranns@cisco.com> | ||||
187 | F: src/vnet/nhrp/ | ||||
188 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 189 | Crypto IA32 Plugin |
190 | I: crypto-ia32 | ||||
191 | M: Damjan Marion <damarion@cisco.com> | ||||
192 | F: src/plugins/crypto_ia32/ | ||||
193 | |||||
194 | Crypto openssl Plugin | ||||
195 | I: crypto-openssl | ||||
196 | M: Damjan Marion <damarion@cisco.com> | ||||
197 | F: src/plugins/crypto_openssl/ | ||||
198 | |||||
199 | Crypto ipsecmb Plugin | ||||
200 | I: crypto-ipsecmb | ||||
201 | M: Neale Ranns <nranns@cisco.com> | ||||
202 | F: src/plugins/crypto_ipsecmb/ | ||||
203 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 204 | VNET L2 |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 205 | I: l2 |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 206 | M: John Lo <loj@cisco.com> |
207 | F: src/vnet/l2/ | ||||
208 | |||||
209 | VNET Link Layer Discovery Protocol (LLDP) | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 210 | I: lldp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 211 | M: Klement Sekera <ksekera@cisco.com> |
212 | F: src/vnet/lldp/ | ||||
213 | |||||
214 | VNET LISP | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 215 | I: lisp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 216 | M: Florin Coras <fcoras@cisco.com> |
217 | F: src/vnet/lisp-cp/ | ||||
218 | F: src/vnet/lisp-gpe/ | ||||
219 | |||||
Neale Ranns | 5f8f617 | 2019-04-18 10:23:56 +0000 | [diff] [blame] | 220 | VNET GRE |
221 | I: gre | ||||
222 | M: Neale Ranns <nranns@cisco.com> | ||||
223 | F: src/vnet/gre/ | ||||
224 | |||||
Mohsin Kazmi | 0f09a47 | 2019-07-12 13:18:16 +0200 | [diff] [blame] | 225 | VNET GSO |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 226 | I: gso |
227 | M: Andrew Yourtchenko <ayourtch@gmail.com> | ||||
228 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
229 | F: src/vnet/interface_output.c | ||||
Mohsin Kazmi | 0f09a47 | 2019-07-12 13:18:16 +0200 | [diff] [blame] | 230 | |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 231 | Plugin - MAP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 232 | I: map |
233 | Y: src/plugins/map/FEATURE.yaml | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 234 | M: Ole Troan <ot@cisco.com> |
Jon Loeliger | 79619c1 | 2019-12-04 11:14:49 -0600 | [diff] [blame] | 235 | M: Jon Loeliger <jdl@netgate.com> |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 236 | F: src/plugins/map |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 237 | |
238 | VNET MPLS | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 239 | I: mpls |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 240 | M: Neale Ranns <nranns@cisco.com> |
241 | F: src/vnet/mpls/ | ||||
242 | |||||
Neale Ranns | 023d23a | 2019-06-26 02:16:50 -0700 | [diff] [blame] | 243 | VNET BIER |
244 | I: bier | ||||
245 | M: Neale Ranns <nranns@cisco.com> | ||||
246 | F: src/vnet/bier/ | ||||
247 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 248 | VNET Session Layer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 249 | I: session |
Dave Barach | 1b1dfb1 | 2017-08-10 14:57:43 -0400 | [diff] [blame] | 250 | M: Florin Coras <fcoras@cisco.com> |
251 | F: src/vnet/session | ||||
252 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 253 | VNET TCP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 254 | I: tcp |
Dave Barach | 1b1dfb1 | 2017-08-10 14:57:43 -0400 | [diff] [blame] | 255 | M: Florin Coras <fcoras@cisco.com> |
256 | F: src/vnet/tcp | ||||
257 | |||||
Nathan Skrzypczak | 50f4a41 | 2019-07-04 14:20:17 +0200 | [diff] [blame] | 258 | VNET UDP |
259 | I: udp | ||||
260 | M: Florin Coras <fcoras@cisco.com> | ||||
261 | F: src/vnet/udp | ||||
262 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 263 | VNET VXLAN |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 264 | I: vxlan |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 265 | M: John Lo <loj@cisco.com> |
266 | F: src/vnet/vxlan/ | ||||
267 | |||||
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 268 | VNET VXLAN-GPE |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 269 | I: vxlan-gpe |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 270 | M: Hongjun Ni <hongjun.ni@intel.com> |
271 | F: src/vnet/vxlan-gpe/ | ||||
272 | |||||
Neale Ranns | 81cfa9c | 2019-07-04 14:12:50 +0000 | [diff] [blame] | 273 | VNET VXLAN-GBP |
274 | I: vxlan-gbp | ||||
275 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
276 | M: Neale Ranns <nranns@cisco.com> | ||||
277 | F: src/vnet/vxlan-gbp/ | ||||
278 | |||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 279 | VNET IPIP |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 280 | I: ipip |
281 | Y: src/vnet/ipip/FEATURE.yaml | ||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 282 | M: Ole Troan <otroan@employees.org> |
283 | F: src/vnet/ipip/ | ||||
284 | |||||
285 | VNET TLS and TLS engine plugins | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 286 | I: tls |
287 | M: Florin Coras <fcoras@cisco.com> | ||||
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 288 | M: Ping Yu <ping.yu@intel.com> |
289 | F: src/vnet/tls | ||||
290 | F: src/plugins/tlsopenssl | ||||
291 | F: src/plugins/tlsmbedtls | ||||
292 | |||||
Benoît Ganne | bbe6d11 | 2019-07-10 17:01:09 +0200 | [diff] [blame] | 293 | VNET SYSLOG |
294 | I: syslog | ||||
295 | M: Matus Fabian <matfabia@cisco.com> | ||||
296 | F: src/vnet/syslog | ||||
297 | |||||
Neale Ranns | 02bfd64 | 2019-10-07 00:39:28 -0700 | [diff] [blame] | 298 | Plugin - DHCP |
299 | I: dhcp | ||||
300 | M: Dave Barach <dave@barachs.net> | ||||
301 | M: Neale Ranns <nranns@cisco.com> | ||||
302 | F: src/plugins/dhcp/ | ||||
303 | |||||
Neale Ranns | cbe25aa | 2019-09-30 10:53:31 +0000 | [diff] [blame] | 304 | Plugin - ARP |
305 | I: arp | ||||
306 | M: Dave Barach <dave@barachs.net> | ||||
307 | M: Neale Ranns <nranns@cisco.com> | ||||
308 | F: src/plugins/arp/ | ||||
309 | |||||
310 | Plugin - IP6 Neighbor Discovery | ||||
311 | I: ip6-nd | ||||
312 | M: Dave Barach <dave@barachs.net> | ||||
313 | M: Neale Ranns <nranns@cisco.com> | ||||
314 | F: src/plugins/ip6-nd/ | ||||
315 | |||||
Jakub Grajciar | 2d3282e | 2019-10-01 12:04:56 +0200 | [diff] [blame] | 316 | VNET GENEVE |
317 | I: geneve | ||||
318 | M: N/A | ||||
319 | F: src/vnet/geneve/ | ||||
320 | |||||
Chenmin Sun | e8c9f4f | 2019-10-15 20:36:16 +0800 | [diff] [blame] | 321 | VNET FLOW |
322 | I: flow | ||||
323 | M: Damjan Marion <damarion@cisco.com> | ||||
324 | F: src/vnet/flow/ | ||||
325 | |||||
Jakub Grajciar | 692bfc8 | 2019-08-27 10:16:44 +0200 | [diff] [blame] | 326 | VNET Classify |
327 | I: classify | ||||
328 | M: N/A | ||||
329 | F: src/vnet/classify/ | ||||
330 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 331 | Plugin - Access Control List (ACL) Based Forwarding |
332 | I: abf | ||||
333 | M: Neale Ranns <nranns@cisco.com> | ||||
334 | F: src/plugins/abf/ | ||||
335 | |||||
Dave Barach | 84a563a | 2019-08-22 19:32:49 -0400 | [diff] [blame] | 336 | Plugin - Simple DNS name resolver |
337 | I: dns | ||||
338 | M: Dave Barach <dave@barachs.net> | ||||
339 | F: src/plugins/dns/ | ||||
340 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 341 | Plugin - Group Based Policy (GBP) |
342 | I: gbp | ||||
343 | M: Neale Ranns <nranns@cisco.com> | ||||
344 | F: src/plugins/gbp/ | ||||
345 | |||||
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 346 | Plugin - ACL |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 347 | I: acl |
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 348 | M: Andrew Yourtchenko <ayourtch@gmail.com> |
349 | F: src/plugins/acl/ | ||||
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 350 | |
Chore | b1edf37 | 2019-06-25 17:15:37 +0430 | [diff] [blame] | 351 | Plugin - NAT |
352 | I: nat | ||||
353 | M: Ole Troan <ot@cisco.com> | ||||
354 | F: src/plugins/nat/ | ||||
355 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 356 | Plugin - AVF Device driver |
357 | I: avf | ||||
358 | M: Damjan Marion <damarion@cisco.com> | ||||
359 | F: src/plugins/avf/ | ||||
360 | |||||
361 | Plugin - DPDK | ||||
362 | I: dpdk | ||||
363 | M: Damjan Marion <damarion@cisco.com> | ||||
364 | F: src/plugins/dpdk/ | ||||
365 | |||||
366 | Plugin - DPDK Crypto | ||||
367 | I: dpdk-ipsec | ||||
368 | M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com> | ||||
369 | M: Radu Nicolau <radu.nicolau@intel.com> | ||||
370 | F: src/plugins/dpdk/ipsec/ | ||||
371 | |||||
Ole Troan | 5c74973 | 2017-03-13 13:39:52 +0100 | [diff] [blame] | 372 | Plugin - flowprobe |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 373 | I: flowprobe |
374 | Y: src/plugins/flowprobe/FEATURE.yaml | ||||
Ole Troan | 5c74973 | 2017-03-13 13:39:52 +0100 | [diff] [blame] | 375 | M: Ole Troan <otroan@employees.org> |
376 | F: src/plugins/flowprobe/ | ||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 377 | |
Dave Barach | 6b53fd5 | 2019-08-06 17:38:13 -0400 | [diff] [blame] | 378 | Plugin - http_static |
379 | I: http_static | ||||
380 | M: Dave Barach <dbarach@cisco.com> | ||||
381 | F: src/plugins/http_static/ | ||||
382 | |||||
Dave Barach | 43765e2 | 2019-09-17 09:47:35 -0400 | [diff] [blame] | 383 | Plugin - builtinurl |
384 | I: builtinurl | ||||
385 | M: Dave Barach <dbarach@cisco.com> | ||||
386 | F: src/plugins/builtinurl/ | ||||
387 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 388 | Plugin - Group Based Policy (GBP) |
389 | I: gbp | ||||
390 | M: Neale Ranns <nranns@cisco.com> | ||||
391 | F: src/plugins/gbp/ | ||||
392 | |||||
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 393 | Plugin - GTPU |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 394 | I: gtpu |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 395 | M: Hongjun Ni <hongjun.ni@intel.com> |
396 | F: src/plugins/gtpu/ | ||||
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 397 | |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 398 | Plugin - Internet Key Exchange (IKEv2) Protocol |
399 | I: ikev2 | ||||
400 | M: Damjan Marion <damarion@cisco.com> | ||||
401 | M: Neale Ranns <nranns@cisco.com> | ||||
402 | F: src/plugins/ikev2/ | ||||
403 | |||||
404 | Plugin - Internet Group Management Protocol (IGMP) | ||||
405 | I: igmp | ||||
406 | M: Neale Ranns <nranns@cisco.com> | ||||
407 | F: src/plugins/igmp/ | ||||
408 | |||||
409 | Plugin - ixge device driver | ||||
410 | I: ixge | ||||
411 | M: Damjan Marion <damarion@cisco.com> | ||||
412 | F: src/plugins/ixge/ | ||||
413 | |||||
414 | Plugin - L3 Cross-Connect (L3XC) | ||||
415 | I: l3xc | ||||
416 | M: Neale Ranns <nranns@cisco.com> | ||||
417 | F: src/plugins/l3xc/ | ||||
418 | |||||
419 | Plugin - memif device driver | ||||
420 | I: memif | ||||
421 | M: Damjan Marion <damarion@cisco.com> | ||||
422 | F: src/plugins/memif/ | ||||
423 | |||||
424 | Plugin - Marvell MUSDK device driver | ||||
425 | I: marvell | ||||
426 | M: Damjan Marion <damarion@cisco.com> | ||||
427 | F: src/plugins/marvell/ | ||||
428 | |||||
Benoît Ganne | 7176b80 | 2019-12-16 15:26:49 +0100 | [diff] [blame] | 429 | Plugin - performance counter |
430 | I: perfmon | ||||
431 | M: Dave Barach <dave@barachs.net> | ||||
432 | F: src/plugins/perfmon/ | ||||
433 | |||||
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 434 | Plugin - PPPoE |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 435 | I: pppoe |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 436 | M: Hongjun Ni <hongjun.ni@intel.com> |
437 | F: src/plugins/pppoe/ | ||||
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 438 | |
Mohsin Kazmi | 26c7a4b | 2019-10-09 18:35:16 +0200 | [diff] [blame] | 439 | Plugin - Ping |
440 | I: ping | ||||
441 | M: Andrew Yourtchenko <ayourtch@gmail.com> | ||||
442 | F: src/plugins/ping | ||||
443 | |||||
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 444 | Plugin - IPv6 Segment Routing Dynamic Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 445 | I: srv6-ad |
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 446 | M: Francois Clad <fclad@cisco.com> |
447 | F: src/plugins/srv6-ad/ | ||||
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 448 | |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 449 | Plugin - IPv6 Segment Routing Masquerading Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 450 | I: srv6-am |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 451 | M: Francois Clad <fclad@cisco.com> |
452 | F: src/plugins/srv6-am/ | ||||
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 453 | |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 454 | Plugin - IPv6 Segment Routing Static Proxy |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 455 | I: srv6-as |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 456 | M: Francois Clad <fclad@cisco.com> |
457 | F: src/plugins/srv6-as/ | ||||
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 458 | |
Tetsuya Murakami | 1b81e6e | 2019-11-06 11:05:51 -0800 | [diff] [blame] | 459 | Plugin - IPv6 Segment Routing Mobile |
460 | I: srv6-mobile | ||||
461 | M: Tetsuya Murakami <tetsuya.mrk@gmail.com> | ||||
462 | M: Satoru Matsushima <satoru.matsushima@gmail.com> | ||||
463 | F: src/plugins/srv6-mobile/ | ||||
464 | |||||
Steven Luong | 13d3354 | 2019-06-18 19:34:43 -0700 | [diff] [blame] | 465 | Plugin - Link Aggregation Control Protocol |
466 | I: lacp | ||||
467 | M: Steven Luong <sluong@cisco.com> | ||||
468 | F: src/plugins/lacp/ | ||||
469 | |||||
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 470 | Plugin - Load Balancer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 471 | I: lb |
472 | M: Pfister <ppfister@cisco.com> | ||||
473 | M: Hongjun Ni <hongjun.ni@intel.com> | ||||
474 | F: src/plugins/lb/ | ||||
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 475 | |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 476 | Plugin - NSH |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 477 | I: nsh |
478 | M: Hongjun Ni <hongjun.ni@intel.com> | ||||
479 | M: Vengada <venggovi@cisco.com> | ||||
480 | F: src/plugins/nsh/ | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 481 | |
482 | Plugin - Time-based MAC filter | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 483 | I: mactime |
484 | Y: src/plugins/mactime/FEATURE.yaml | ||||
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 485 | M: Dave Barach <dave@barachs.net> |
486 | F: src/plugins/mactime/ | ||||
487 | |||||
488 | Plugin - Network Delay Simulator | ||||
John Lo | b966b96 | 2019-07-10 16:44:32 -0400 | [diff] [blame] | 489 | I: nsim |
Dave Barach | 210c745 | 2019-11-17 18:38:07 -0500 | [diff] [blame] | 490 | Y: src/plugins/nsim/FEATURE.yaml |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 491 | M: Dave Barach <dave@barachs.net> |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 492 | F: src/plugins/nsim/ |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 493 | |
Dave Barach | d7b3066 | 2019-10-24 18:10:10 -0400 | [diff] [blame] | 494 | Plugin - Buffer Metadata Modification Tracker |
495 | I: mdata | ||||
496 | M: Dave Barach <dave@barachs.net> | ||||
497 | F: src/plugins/mdata/ | ||||
498 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 499 | Test Infrastructure |
Paul Vinciguerra | 496b0de | 2019-06-20 12:24:12 -0400 | [diff] [blame] | 500 | I: tests |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 501 | M: Klement Sekera <ksekera@cisco.com> |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 502 | M: Paul Vinciguerra <pvinci@vinciconsulting.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 503 | F: test/ |
504 | |||||
505 | SVM Library | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 506 | I: svm |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 507 | M: Dave Barach <dave@barachs.net> |
508 | F: src/svm | ||||
509 | |||||
510 | VPP API TEST | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 511 | I: vat |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 512 | M: Dave Barach <dave@barachs.net> |
513 | F: src/vat/ | ||||
514 | |||||
515 | VPP Executable | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 516 | I: vpp |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 517 | M: Dave Barach <dave@barachs.net> |
518 | F: src/vpp/ | ||||
519 | |||||
Dave Barach | e5a7d59 | 2019-07-09 14:22:21 -0400 | [diff] [blame] | 520 | Emacs templates |
521 | I: emacs | ||||
522 | M: Dave Barach <dave@barachs.net> | ||||
523 | F: extras/emacs/ | ||||
524 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 525 | Graphical Event Viewer |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 526 | I: g2 |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 527 | M: Dave Barach <dave@barachs.net> |
528 | F: src/tools/g2/ | ||||
529 | |||||
530 | Performance Tooling | ||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 531 | I: perftool |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 532 | M: Dave Barach <dave@barachs.net> |
533 | F: src/tools/perftool/ | ||||
534 | |||||
Steven Luong | 13d3354 | 2019-06-18 19:34:43 -0700 | [diff] [blame] | 535 | Plugin - vmxnet3 device driver |
536 | I: vmxnet3 | ||||
537 | M: Steven Luong <sluong@cisco.com> | ||||
538 | F: src/plugins/vmxnet3/ | ||||
539 | |||||
Vratko Polak | 7f37a94 | 2019-07-24 13:42:36 +0200 | [diff] [blame] | 540 | Binary API Compiler for Python |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 541 | I: vppapigen |
Dave Barach | efd0d29 | 2019-03-29 08:17:20 -0400 | [diff] [blame] | 542 | M: Ole Troan <otroan@employees.org> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 543 | F: src/tools/vppapigen/ |
544 | |||||
Ole Troan | edfe2c0 | 2019-07-30 15:38:13 +0200 | [diff] [blame] | 545 | API trace tool |
546 | I: vppapitrace | ||||
547 | M: Ole Troan <otroan@employees.org> | ||||
548 | F: src/tools/vppapitrace/ | ||||
549 | |||||
Vratko Polak | 7f37a94 | 2019-07-24 13:42:36 +0200 | [diff] [blame] | 550 | Binary API Compiler for C and C++ |
551 | I: vapi | ||||
552 | M: Ole Troan <ot@cisco.com> | ||||
553 | F: src/vpp-api/vapi | ||||
554 | |||||
Benoît Ganne | a775212 | 2019-05-06 13:15:33 +0200 | [diff] [blame] | 555 | Plugin - RDMA (ibverb) driver |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 556 | I: rdma |
Benoît Ganne | a775212 | 2019-05-06 13:15:33 +0200 | [diff] [blame] | 557 | M: Benoît Ganne <bganne@cisco.com> |
558 | M: Damjan Marion <damarion@cisco.com> | ||||
559 | F: src/plugins/rdma/ | ||||
560 | |||||
Nathan Skrzypczak | 376efe5 | 2019-06-14 16:44:38 +0200 | [diff] [blame] | 561 | Plugin - QUIC protocol |
562 | I: quic | ||||
563 | M: Aloys Augustin <aloaugus@cisco.com> | ||||
564 | M: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | ||||
565 | M: Dave Wallace <dwallacelf@gmail.com> | ||||
566 | M: Florin Coras <fcoras@cisco.com> | ||||
567 | F: src/plugins/quic/ | ||||
568 | |||||
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 569 | libmemif |
570 | I: libmemif | ||||
571 | M: Damjan Marion <damarion@cisco.com> | ||||
572 | F: extras/libmemif | ||||
573 | |||||
Florin Coras | 33035c7 | 2019-06-12 08:57:24 -0700 | [diff] [blame] | 574 | VPP Comms Library |
575 | I: vcl | ||||
576 | M: Florin Coras <fcoras@cisco.com> | ||||
577 | F: src/vcl | ||||
578 | |||||
Ole Troan | b63dbc5 | 2019-06-14 10:26:14 +0200 | [diff] [blame] | 579 | Statistics Segment |
580 | I: stats | ||||
581 | M: Ole Troan <ot@cisco.com> | ||||
582 | F: src/vpp/stats/ | ||||
583 | F: src/vpp-api/client/stat_client.[ch] | ||||
584 | |||||
Neale Ranns | dd7736b | 2019-06-21 08:03:30 -0700 | [diff] [blame] | 585 | VPP Object Model |
586 | I: vom | ||||
587 | M: Neale Ranns <nranns@cisco.com> | ||||
588 | M: Mohsin Kazmi <sykazmi@cisco.com> | ||||
589 | F: extras/vom/vom/ | ||||
590 | |||||
Florin Coras | e3b8682 | 2019-06-24 17:31:33 -0700 | [diff] [blame] | 591 | Plugin - Host Stack Applications |
592 | I: hsa | ||||
593 | M: Florin Coras <fcoras@cisco.com> | ||||
Florin Coras | 00dd74c | 2019-06-25 12:55:15 -0700 | [diff] [blame] | 594 | M: Dave Wallace <dwallacelf@gmail.com> |
595 | M: Aloys Augustin <aloaugus@cisco.com> | ||||
596 | M: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | ||||
Florin Coras | e3b8682 | 2019-06-24 17:31:33 -0700 | [diff] [blame] | 597 | F: src/plugins/hs_apps/ |
598 | |||||
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 599 | Python binding for the VPP API |
600 | I: papi | ||||
601 | M: Ole Troan <ot@cisco.com> | ||||
Vratko Polak | a37810d | 2019-06-26 17:24:56 +0200 | [diff] [blame] | 602 | F: src/vpp-api/python |
603 | |||||
Florin Coras | 3ffe6ca | 2019-06-26 16:27:13 -0700 | [diff] [blame] | 604 | Plugin - SCTP |
Florin Coras | b4ca8b1 | 2019-06-27 10:32:27 -0700 | [diff] [blame] | 605 | I: sctp |
Florin Coras | 3ffe6ca | 2019-06-26 16:27:13 -0700 | [diff] [blame] | 606 | F: src/plugins/sctp/ |
Florin Coras | b4ca8b1 | 2019-06-27 10:32:27 -0700 | [diff] [blame] | 607 | |
Ole Troan | 1bc9668 | 2019-09-25 18:24:42 +0200 | [diff] [blame] | 608 | Cisco Discovery Protocol |
609 | I: cdp | ||||
610 | F: src/plugins/cdp/ | ||||
611 | |||||
Ole Troan | 941185a | 2019-09-27 14:21:58 +0200 | [diff] [blame] | 612 | Source VRF Select |
613 | I: svs | ||||
614 | M: Neale Ranns <nranns@cisco.com> | ||||
615 | F: src/plugins/svs/ | ||||
616 | |||||
Ole Troan | 0aa35a7 | 2019-09-27 14:06:56 +0200 | [diff] [blame] | 617 | LAN Emulation |
618 | I: l2e | ||||
619 | M: Neale Ranns <nranns@cisco.com> | ||||
620 | F: src/plugins/l2e/ | ||||
621 | |||||
Ole Troan | ee98904 | 2019-09-25 18:42:47 +0200 | [diff] [blame] | 622 | IPv6 Connection Tracker |
623 | I: ct6 | ||||
624 | M: Dave Barach <dave@barachs.net> | ||||
625 | F: src/plugins/ct6 | ||||
626 | |||||
Ole Troan | 0d93553 | 2019-09-30 12:44:03 +0200 | [diff] [blame] | 627 | Steal The NIC |
628 | I: stn | ||||
629 | F: src/plugins/stn | ||||
630 | |||||
Ole Troan | ab96454 | 2019-10-08 11:35:23 +0200 | [diff] [blame] | 631 | IOAM |
632 | I: ioam | ||||
633 | F: src/plugins/ioam | ||||
634 | |||||
Ole Troan | 7ff64fb | 2019-10-02 17:00:30 +0200 | [diff] [blame] | 635 | Awkward chained buffer geometry tool |
636 | I: oddbuf | ||||
637 | F: src/plugins/oddbuf | ||||
638 | |||||
Paul Vinciguerra | 35b037f | 2019-10-29 22:58:50 -0400 | [diff] [blame] | 639 | VPP Config Tooling |
Vratko Polak | 09220b8 | 2019-10-31 19:16:21 +0100 | [diff] [blame] | 640 | I: vpp_config |
641 | M: John DeNisco <jdenisco@cisco.com> | ||||
642 | F: extras/vpp_config | ||||
Paul Vinciguerra | 35b037f | 2019-10-29 22:58:50 -0400 | [diff] [blame] | 643 | |
Dave Wallace | 535fdba | 2019-11-19 18:49:49 -0500 | [diff] [blame] | 644 | bash functions |
645 | I: bash | ||||
646 | M: Dave Wallace <dwallacelf@gmail.com> | ||||
647 | F: extras/bash/ | ||||
648 | |||||
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 649 | THE REST |
Damjan Marion | ee09f2d | 2019-06-12 14:40:28 +0200 | [diff] [blame] | 650 | I: misc |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 651 | C: Contact vpp-dev Mailing List <vpp-dev@fd.io> |
652 | F: * | ||||
653 | F: */ |