documentation of v += e

This commit is contained in:
Vern Paxson 2018-07-26 12:29:50 -07:00
parent dfe0768fa1
commit 016a164bb6
2 changed files with 17 additions and 0 deletions

3
NEWS
View file

@ -277,6 +277,9 @@ New Functionality
- Bro now supports PPPoE over QinQ.
- An expression of the form v += e will append the value of the expression
e to the end of the vector v (of course assuming type-compatbility).
Changed Functionality
---------------------