Skip to content

Commit

Permalink
packetdrill: update syntax.md to match latest parser.y
Browse files Browse the repository at this point in the history
The recent ECN fix tweaked the grammar a little.

Grammar was produced using:
  bison -v parser.y

Signed-off-by: Neal Cardwell <ncardwell@google.com>
  • Loading branch information
nealcardwell committed Jan 16, 2020
1 parent d400c4b commit fd18ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ direction: '<'
| '>'
tos_spec: ip_ecn
| ECT01
| TOS HEX_INTEGER
ip_ecn: NO_ECN
| ECT0
| ECT1
| ECT01
| CE
flags: WORD
Expand Down

0 comments on commit fd18ca6

Please sign in to comment.