X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsctp%2Fsctp.api;h=fb228617216a8d1bd1167ec33961ea0babd284d1;hb=c7fe4f39bca709a9ca094ffd4465490fa780a576;hp=6253c954d1c60782d985dfc70b61416c5341b8a9;hpb=53da221b13225695516ec7469ca29d82bb10e594;p=vpp.git diff --git a/src/vnet/sctp/sctp.api b/src/vnet/sctp/sctp.api index 6253c954d1c..fb228617216 100644 --- a/src/vnet/sctp/sctp.api +++ b/src/vnet/sctp/sctp.api @@ -41,4 +41,11 @@ autoreply define sctp_del_src_dst_connection { u32 vrf_id; u8 src_address[16]; u8 dst_address[16]; + }; + +autoreply define sctp_config { + u32 client_index; + u32 context; + u8 never_delay_sack; + u8 never_bundle; }; \ No newline at end of file