diff options
author | Florin Coras <fcoras@cisco.com> | 2019-06-27 10:32:27 -0700 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2019-06-27 21:30:36 +0000 |
commit | b4ca8b11e4204bb95e47cd4b15f3b7430f160c00 (patch) | |
tree | c0140ec90590423f9e4454c687b78495a4b325d9 /MAINTAINERS | |
parent | 28fa8cbc6c635758db1a885fd5ae2ff8719569c3 (diff) |
sctp: add option to enable/disable
Type: feature
By default sctp is disabled to avoid wasting cycles.
Change-Id: I1e2f764c7168b5c15062efbe5895de93dcc2614e
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ad13219c46f..a4051aaea67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -432,6 +432,10 @@ M: Ole Troan <ot@cisco.com> M: Paul Vinciguerra <pvinci@vinciconsulting.com> F: src/vpp-api/python +VNET SCTP +I: sctp +F: src/vnet/sctp + THE REST I: misc C: Contact vpp-dev Mailing List <vpp-dev@fd.io> |