aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_images
AgeCommit message (Expand)AuthorFilesLines
2019-08-08docs: Add Ray's ACL use casejdenisco3-0/+0
2019-08-05docs: Add more quic plugin documentationNathan Skrzypczak2-0/+0
2019-04-25docs: Add VPP inside the CloudFrancesco Spinelli2-0/+358
2018-10-30docs: Add VPP with iperf and trexjdenisco5-0/+0
2018-10-05docs: add contiv vppScott Keeler2-0/+0
2018-08-30docs: Add features by release sectionScitt Keeler1-0/+0
2018-08-30docs: FIB 2.0 startjdenisco11-0/+0
2018-08-27docs: Finish event logger, viewer and cleanup.John DeNisco9-0/+0
2018-08-03docs: Incororate Scott's overall reviewJohn DeNisco1-0/+0
2018-07-26Initial commit of Sphinx docsJohn DeNisco30-0/+0
is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include <sctp/sctp.h> /* Format SCTP header. */ u8 * format_sctp_header (u8 * s, va_list * args) { return NULL; } u8 * format_sctp_tx_trace (u8 * s, va_list * args) { CLIB_UNUSED (vlib_main_t * vm) = va_arg (*args, vlib_main_t *); CLIB_UNUSED (vlib_node_t * node) = va_arg (*args, vlib_node_t *); return NULL; } /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */