diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2019-06-10 11:20:15 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-06-20 03:39:31 +0000 |
commit | 97d54ed43eb69f6ea731c02305ebe0ca0b1a5cc4 (patch) | |
tree | 1247bbd99b64313aa7dc9aa9fd51d822a42e31d8 /MAINTAINERS | |
parent | 3a9f11e6d93c9839c7bb0aaa62662299165123d8 (diff) |
tap: add support to configure tap interface host MTU size
This patch adds support to configure host mtu size using
api, cli or startup.conf.
Type: feature
Change-Id: I8ab087d82dbe7dedc498825c1a3ea3fcb2cce030
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd8bf49afbc..eeaca9b03f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -78,6 +78,15 @@ I: devices M: Damjan Marion <damarion@cisco.com> F: src/vnet/devices/ +VNET TAP Drivers +I: tap +M: Damjan Marion <damarion@cisco.com> +M: Steven Luong <sluong@cisco.com> +M: Mohsin Kazmi <sykazmi@cisco.com> +F: src/vnet/devices/tap/ +F: src/vnet/devices/virtio/node.c +F: src/vnet/devices/virtio/device.c + VNET Feature Arcs I: feature M: Dave Barach <dave@barachs.net> |