This commit is contained in:
Lior Halphon 2021-04-17 18:13:19 +03:00
parent 939817df73
commit d9b9385eb4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BESS uses a block format where each block contains the following header:
| 0 | A four-letter ASCII identifier |
| 4 | Length of the block, excluding header |
Every block is followed by another blocked, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure).
Every block is followed by another block, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure).
#### NAME block