Skip to content

markusa/ietf-mptcp-robe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

draft-mptcp-robe Build Status

IETF draft on reliable MPTCP sessionn establishment

This is work in progress and uses "xml2rfc" v3 vocabulary. Travis has been configured to verify:

  • the spelling (see the .cspell.json file if you need to add specific words to be considered correct)
  • the build of the Internet drafts

Please ensure that the CI tests continue to succeed everytime you submit a pull request.

Get latest .txt and .html view from markusa/ietf-mptcp-robe masterbranch

.txt draft-amend-tcpm-mptcp-robe.txt (Debug)

.html draft-amend-tcpm-mptcp-robe.html (Debug)

make is used to automate the build process and supports:

  • make or make default
    creates XML and TXT files
  • make xml
    creates XML file and prepped XML file for submission
  • make text
    creates TXT and XML files
  • make html
    creates HTML and XML files
  • make all
    creates XML, TXT and HTML files
  • make spell
    check spelling and returns list of unknown/incorrect words with line numbers
  • make spell_list
    generates according to make spell a well shaped list ready to be copied to the .cspell.json "words" list
  • make clean
    delete all generated files and remain with the Markdown file solely
  • make full (used for travis)
    check spelling and creates XML, TXT and HTML files

A minimal requirement list of packets to be installed based on Ubuntu "Focal Fossa" can be found in .travis.yml